mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 23:35:59 +00:00
fix
This commit is contained in:
@@ -60,6 +60,7 @@ export default function ToolBar({ toolbarPortalRef }) {
|
||||
tabs.map((tab) => ({
|
||||
...tab,
|
||||
selected: tab.tabComponent == 'InfoPageTab' && tab.props && tab.props.page == button.page,
|
||||
closedTime: undefined,
|
||||
}))
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user