show introductory video and password reset for first time try postgresql (#1338) (#1340)

This commit is contained in:
sunghyunkang1111
2022-10-10 18:53:54 -05:00
committed by GitHub
parent 333b3de587
commit 5b365e642f
2 changed files with 2 additions and 2 deletions

View File

@@ -198,7 +198,7 @@ export class SplashScreen extends React.Component<SplashScreenProps> {
text: "Create",
onClick: () => {
sendMessage({
type: MessageTypes.OpenQuickstartBlade,
type: MessageTypes.OpenPostgreSQLPasswordReset,
});
usePostgres.getState().setShowResetPasswordBubble(false);
},