mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-31 23:02:29 +00:00
Move "Open Full Screen" to React Panel (#449)
This commit is contained in:
@@ -20,7 +20,6 @@ describe("OpenActions", () => {
|
||||
explorer.cassandraAddCollectionPane = {} as CassandraAddCollectionPane;
|
||||
explorer.cassandraAddCollectionPane.open = jest.fn();
|
||||
explorer.closeAllPanes = () => {};
|
||||
explorer.isConnectExplorerVisible = () => false;
|
||||
|
||||
database = {
|
||||
id: ko.observable("db"),
|
||||
|
||||
Reference in New Issue
Block a user