Skip to content

Commit 1e445fc

Browse files
authored
fix(editor): fix an issue with not being able to save some of the forms (#4499)
1 parent 1c229a7 commit 1e445fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/design-system/src/components/N8nFormInput/FormInput.vue

+2
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ const showErrors = computed(() => (
196196
));
197197
198198
onMounted(() => {
199+
emit('validate', !validationError.value);
200+
199201
if (props.focusInitially && inputRef.value) inputRef.value.focus();
200202
});
201203

0 commit comments

Comments
 (0)