mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 01:41:31 +00:00
Hide Azure Synapse Link button for Serverless accounts (#121)
This commit is contained in:
@@ -45,7 +45,8 @@ export class CommandBarComponentAdapter implements ReactAdapter {
|
||||
container.isHostedDataExplorerEnabled,
|
||||
container.isSynapseLinkUpdating,
|
||||
container.databaseAccount,
|
||||
this.isNotebookTabActive
|
||||
this.isNotebookTabActive,
|
||||
container.isServerlessEnabled
|
||||
];
|
||||
|
||||
ko.computed(() => ko.toJSON(toWatch)).subscribe(() => this.triggerRender());
|
||||
|
||||
Reference in New Issue
Block a user