mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
fix: When editing nodes only show the credentials in the dropdown that the user is allowed to use in that workflow (#9718)
This commit is contained in:
@@ -262,6 +262,7 @@ onBeforeMount(async () => {
|
||||
v-model="formData.name"
|
||||
type="text"
|
||||
name="name"
|
||||
data-test-id="project-settings-name-input"
|
||||
@input="onNameInput"
|
||||
/>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user