open existing tab, when possible

This commit is contained in:
Jan Prochazka
2020-12-12 09:34:55 +01:00
parent 0857757ce2
commit 0081deb844
6 changed files with 67 additions and 4 deletions

View File

@@ -26,3 +26,5 @@ export default function TableDataTab({ conid, database, schemaName, pureName, ta
/>
);
}
TableDataTab.matchingProps = ['conid', 'database', 'schemaName', 'pureName'];