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