Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
Also update active tab
Browse files Browse the repository at this point in the history
  • Loading branch information
danburonline committed Mar 4, 2024
1 parent 3eebe62 commit 5896a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/subapps/admin/components/Projects/QueryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const QueryEditor: FC<{
onChange={tab => {
// Only trigger navigation if the active tab has changed.
if (tab !== activeKey) {
setActiveKey(tab);
history.replace(
`/${
subapp.namespace
Expand Down

0 comments on commit 5896a9c

Please sign in to comment.