diff --git a/packages/editor-ui/src/components/CredentialsEdit.vue b/packages/editor-ui/src/components/CredentialsEdit.vue index 6d01db51ac..77a64de7bd 100644 --- a/packages/editor-ui/src/components/CredentialsEdit.vue +++ b/packages/editor-ui/src/components/CredentialsEdit.vue @@ -30,7 +30,7 @@ Credential type: - + { + (this.$refs.credentialsDropdown as HTMLDivElement).focus(); + }); if (this.credentialType || this.setCredentialType) { const credentialType = this.$store.getters.credentialType(this.credentialType || this.setCredentialType); if (credentialType === null) {