mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Prevent refresh on submit in credential edit modal (#5091)
🐛 Prevent refresh on submit in credential edit modal
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
:key="parameter.name"
|
||||
autocomplete="off"
|
||||
data-test-id="credential-connection-parameter"
|
||||
@submit.prevent
|
||||
>
|
||||
<!-- Why form? to break up inputs, to prevent Chrome autofill -->
|
||||
<n8n-notice v-if="parameter.type === 'notice'" :content="parameter.displayName" />
|
||||
|
||||
Reference in New Issue
Block a user