diff --git a/packages/editor-ui/src/components/CredentialsInput.vue b/packages/editor-ui/src/components/CredentialsInput.vue index 6de56dd42d..24c2d401e5 100644 --- a/packages/editor-ui/src/components/CredentialsInput.vue +++ b/packages/editor-ui/src/components/CredentialsInput.vue @@ -214,7 +214,7 @@ export default mixins( let result; try { result = await this.restApi().updateCredentials((this.credentialData as ICredentialsDecryptedResponse).id as string, newCredentials); - } catch (error) { + } catch (error) { this.$showError(error, 'Problem Updating Credentials', 'There was a problem updating the credentials:'); return; }