Hide Azure Synapse Link button for Serverless accounts (#121)

This commit is contained in:
Tanuj Mittal
2020-07-31 15:31:21 -07:00
committed by GitHub
parent 2a53dfabb5
commit 8c792fd147
3 changed files with 53 additions and 1 deletions

View File

@@ -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());