mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): fix an issue with not being able to save some of the forms (#4499)
This commit is contained in:
@@ -196,6 +196,8 @@ const showErrors = computed(() => (
|
||||
));
|
||||
|
||||
onMounted(() => {
|
||||
emit('validate', !validationError.value);
|
||||
|
||||
if (props.focusInitially && inputRef.value) inputRef.value.focus();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user