diff --git a/packages/form/src/utils.ts b/packages/form/src/utils.ts index 148dbb0..b2b9ee1 100644 --- a/packages/form/src/utils.ts +++ b/packages/form/src/utils.ts @@ -16,6 +16,7 @@ export function useI18nText() { for (const locale of locales) { if (locale in message) return message[locale] } + return message[''] } }