collection allows switch tab

This commit is contained in:
Jan Prochazka 2024-06-03 10:29:33 +02:00
parent e8129fd499
commit 284606e3d5

View File

@ -3,6 +3,7 @@
export const matchingProps = ['conid', 'database', 'schemaName', 'pureName'];
export const allowAddToFavorites = props => true;
export const allowSwitchDatabase = props => true;
registerCommand({
id: 'collectionTable.save',