From 2e595f66dfd751ac16f42d59b6bb8969b87284e6 Mon Sep 17 00:00:00 2001 From: FarjadGov14 Date: Tue, 26 Nov 2024 09:43:10 -0500 Subject: [PATCH] feat: revert inline error config Signed-off-by: FarjadGov14 --- packages/legacy/core/App/container-impl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/legacy/core/App/container-impl.ts b/packages/legacy/core/App/container-impl.ts index a5863681a..f34fa26d0 100644 --- a/packages/legacy/core/App/container-impl.ts +++ b/packages/legacy/core/App/container-impl.ts @@ -127,7 +127,7 @@ export class MainContainer implements Container { this._container.registerInstance(TOKENS.COMPONENT_CONTACT_DETAILS_CRED_LIST_ITEM, ContactCredentialListItem) this._container.registerInstance(TOKENS.CACHE_CRED_DEFS, []) this._container.registerInstance(TOKENS.CACHE_SCHEMAS, []) - this._container.registerInstance(TOKENS.INLINE_ERRORS, { enabled: false, position: InlineErrorPosition.Above }) + this._container.registerInstance(TOKENS.INLINE_ERRORS, { enabled: true, position: InlineErrorPosition.Above }) this._container.registerInstance( TOKENS.FN_ONBOARDING_DONE, (dispatch: React.Dispatch>, navigation: StackNavigationProp) => {