mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
fix(editor): fix an issue with not being able to save some of the forms (#4499)
This commit is contained in:
parent
1c229a7b52
commit
1e445fc1a3
|
@ -196,6 +196,8 @@ const showErrors = computed(() => (
|
|||
));
|
||||
|
||||
onMounted(() => {
|
||||
emit('validate', !validationError.value);
|
||||
|
||||
if (props.focusInitially && inputRef.value) inputRef.value.focus();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue