mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 11:03:57 +00:00
fix
This commit is contained in:
@@ -249,7 +249,7 @@ export default function TabsPanel() {
|
|||||||
<FontIcon icon={getDbIcon(dbKey)} /> {tabsByDb[dbKey][0].tabDbName}
|
<FontIcon icon={getDbIcon(dbKey)} /> {tabsByDb[dbKey][0].tabDbName}
|
||||||
</DbNameWrapper>
|
</DbNameWrapper>
|
||||||
<DbGroupHandler>
|
<DbGroupHandler>
|
||||||
{_.sortBy(tabsByDb[dbKey], 'title').map(tab => (
|
{_.sortBy(tabsByDb[dbKey], ['title', 'tabid']).map(tab => (
|
||||||
<FileTabItem
|
<FileTabItem
|
||||||
{...tab}
|
{...tab}
|
||||||
title={tab.tooltip}
|
title={tab.tooltip}
|
||||||
|
|||||||
Reference in New Issue
Block a user