Skip to content

Commit

Permalink
feat: revert inline error config
Browse files Browse the repository at this point in the history
Signed-off-by: FarjadGov14 <syedmuhammadfarjad.abbas@ontario.ca>
  • Loading branch information
FarjadGov14 committed Nov 26, 2024
1 parent 633f090 commit 7842a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legacy/core/App/container-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<ReducerAction<unknown>>, navigation: StackNavigationProp<AuthenticateStackParams>) => {
Expand Down

0 comments on commit 7842a99

Please sign in to comment.