remove knockout component

This commit is contained in:
hardiknai-techm
2021-03-30 20:16:55 +05:30
parent b68e601e02
commit 8d206c39b1
14 changed files with 52 additions and 894 deletions

View File

@@ -291,7 +291,7 @@ export class SplashScreen extends React.Component<SplashScreenProps> {
iconSrc: AddDatabaseIcon,
title: this.container.addDatabaseText(),
description: null,
onClick: () => this.container.addDatabasePane.open(),
onClick: () => this.container.openAddDatabasePane(),
});
}