Support NPS for PostGres (#1598)
This commit is contained in:
parent
98bf84d09d
commit
8c2ca4ab8e
|
@ -294,6 +294,9 @@ async function configurePortal(): Promise<Explorer> {
|
|||
updateContextsFromPortalMessage(inputs);
|
||||
explorer = new Explorer();
|
||||
resolve(explorer);
|
||||
if (userContext.apiType === "Postgres") {
|
||||
explorer.openNPSSurveyDialog();
|
||||
}
|
||||
if (openAction) {
|
||||
handleOpenAction(openAction, useDatabases.getState().databases, explorer);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue