This commit is contained in:
Jan Prochazka
2021-01-26 20:30:38 +01:00
parent 005ae87309
commit add0ba09c3

View File

@@ -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}