revert knockout component

This commit is contained in:
hardiknai-techm
2021-04-19 18:43:10 +05:30
parent 9aafadf346
commit 43aafde25f
7 changed files with 298 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ export interface AddDatabasePaneProps {
openNotificationConsole: () => void;
}
export const AddDatabasePane: FunctionComponent<AddDatabasePaneProps> = ({
export const AddDatabasePanel: FunctionComponent<AddDatabasePaneProps> = ({
explorer: container,
closePanel,
openNotificationConsole,