Skip to content

Commit

Permalink
Fix the issue of tabs not appearing in application edit
Browse files Browse the repository at this point in the history
  • Loading branch information
DonOmalVindula committed Sep 10, 2024
1 parent 92abc34 commit b26a42b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion features/admin.extensions.v1/configs/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,15 @@ export const applicationConfig: ApplicationConfig = {
getActions: () => null,
getOverriddenDescription: () => null,
getOverriddenImage: () => null,
getOverriddenTab: () => null,
getOverriddenTab: (
_clientId: string,
_tabName: ApplicationTabTypes,
defaultComponent: ReactElement,
_application: ApplicationInterface,
_tenantDomain: string,
_onUpdate?:(id: string) => void,
_readOnly?:boolean
) => defaultComponent,
getStrongAuthenticationFlowTabIndex: (
clientId: string,
tenantDomain: string
Expand Down

0 comments on commit b26a42b

Please sign in to comment.