Skip to content

Commit 535c89c

Browse files
fix(admin-ui): unable to click Agama Flow tab in Auth Server (#2483)
1 parent d8d0e33 commit 535c89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-ui/app/routes/Apps/Gluu/GluuTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export default function GluuTabs({ tabNames, tabToShow, withNavigation = false }
159159
}
160160

161161
const activeTab = tabNames[activeIndex] ?? null
162-
if (isNavigationTab(activeTab) && activeTab.path !== path.pathname) {
162+
if (isNavigationTab(activeTab)) {
163163
navigateToRoute(activeTab.path, { replace: true })
164164
}
165165
setValue(activeIndex)

0 commit comments

Comments
 (0)