mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-30 14:22:05 +00:00
Addressed PR comments
This commit is contained in:
@@ -1725,7 +1725,6 @@ export default class Explorer {
|
||||
case MessageTypes.ClearNotification:
|
||||
case MessageTypes.LoadingStatus:
|
||||
case MessageTypes.InitTestExplorer:
|
||||
case MessageTypes.HideConnectScreen:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
@@ -1744,10 +1743,6 @@ export default class Explorer {
|
||||
return;
|
||||
}
|
||||
|
||||
if (event.data.data.type === MessageTypes.HideConnectScreen) {
|
||||
this.hideConnectExplorerForm();
|
||||
}
|
||||
|
||||
const message: any = event.data.data;
|
||||
const inputs: ViewModels.DataExplorerInputsFrame = message.inputs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user