Skip to content

Commit

Permalink
fix(plugins): persist query params on tab change [khcp-11068] (#1236)
Browse files Browse the repository at this point in the history
Make sure query params are peristed when changing tabs.
Fixes [KHCP-11068](https://konghq.atlassian.net/browse/KHCP-11068).
  • Loading branch information
kaiarrowood authored Mar 13, 2024
1 parent 7c9a8c3 commit 8a0597d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ const fetchEntityPluginsUrl = computed((): string => {
})
const onTabsChange = (hash: string) => {
router.replace({ hash })
router.replace({ hash, query: route.query })
}
// race condition between fetch of available plugins and setting
Expand Down

0 comments on commit 8a0597d

Please sign in to comment.