fix(editor): Fix saving and connecting on LDAP setup form (#10163)

Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
This commit is contained in:
Iván Ovejero
2024-07-24 09:37:34 +02:00
committed by GitHub
parent e46341ac46
commit 30784fb76c
2 changed files with 37 additions and 40 deletions

View File

@@ -64,6 +64,12 @@ function onValidate(name: string, isValid: boolean) {
};
}
function getValues() {
return { ...values };
}
defineExpose({ getValues });
function onSubmit() {
showValidationWarnings.value = true;