mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-20 18:23:34 +00:00
Replace <Input> with <MonacoEditor> manually connected to redux
This commit is contained in:
@@ -33,7 +33,6 @@ export class MongoQueryComponentAdapter extends NotebookComponentBootstrapper im
|
||||
}
|
||||
|
||||
public renderComponent(): JSX.Element {
|
||||
console.log("Rendering from adapter");
|
||||
return (
|
||||
<Provider store={this.getStore()}>
|
||||
<MongoQueryComponent contentRef={this.contentRef} kernelRef={this.kernelRef} />;
|
||||
|
||||
Reference in New Issue
Block a user