This commit is contained in:
Steve Faulkner
2021-05-05 19:31:07 -05:00
parent 4299b86c55
commit 0e0e6a2257
3 changed files with 5 additions and 5 deletions

View File

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