mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 03:53:57 +00:00
collection allows switch tab
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
export const matchingProps = ['conid', 'database', 'schemaName', 'pureName'];
|
export const matchingProps = ['conid', 'database', 'schemaName', 'pureName'];
|
||||||
export const allowAddToFavorites = props => true;
|
export const allowAddToFavorites = props => true;
|
||||||
|
export const allowSwitchDatabase = props => true;
|
||||||
|
|
||||||
registerCommand({
|
registerCommand({
|
||||||
id: 'collectionTable.save',
|
id: 'collectionTable.save',
|
||||||
|
|||||||
Reference in New Issue
Block a user