mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-27 05:34:40 +01:00
Migrate Add Database Panel to React (#597)
Co-authored-by: Steve Faulkner <[email protected]>
This commit is contained in:
co-authored by
Steve Faulkner
parent
7efa8ca58f
commit
9d5c9d6296
@@ -292,7 +292,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(),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user