mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-22 18:32:00 +00:00
Remove AdHoc Access and Token Renewal Pane (#445)
This commit is contained in:
@@ -146,12 +146,6 @@ function openPane(action: ActionContracts.OpenPane, explorer: Explorer) {
|
||||
) {
|
||||
explorer.closeAllPanes();
|
||||
!explorer.isConnectExplorerVisible() && explorer.settingsPane.open();
|
||||
} else if (
|
||||
action.paneKind === ActionContracts.PaneKind.AdHocAccess ||
|
||||
(<any>action).paneKind === ActionContracts.PaneKind[ActionContracts.PaneKind.AdHocAccess]
|
||||
) {
|
||||
explorer.closeAllPanes();
|
||||
!explorer.isConnectExplorerVisible() && explorer.renewAdHocAccessPane.open();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user