mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(editor): Fix remaining FE type check errors (no-changelog) (#9607)
Co-authored-by: Alex Grozav <alex@grozav.com>
This commit is contained in:
@@ -240,7 +240,7 @@ const validationError = computed<string | null>(() => {
|
||||
|
||||
if (error) {
|
||||
if ('messageKey' in error) {
|
||||
return t(error.messageKey, error.options as object);
|
||||
return t(error.messageKey, error.options);
|
||||
} else if ('message' in error) {
|
||||
return error.message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user