Skip to content

Commit

Permalink
fix(editor): Prevent refresh on submit in credential edit modal (#5091)
Browse files Browse the repository at this point in the history
🐛 Prevent refresh on submit in credential edit modal
  • Loading branch information
ivov authored Jan 9, 2023
1 parent 6d0f2bf commit 9e7a9bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 9e7a9bf

Please sign in to comment.