mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-16 17:25:58 +00:00
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);
|
updateContextsFromPortalMessage(inputs);
|
||||||
explorer = new Explorer();
|
explorer = new Explorer();
|
||||||
resolve(explorer);
|
resolve(explorer);
|
||||||
|
if (userContext.apiType === "Postgres") {
|
||||||
|
explorer.openNPSSurveyDialog();
|
||||||
|
}
|
||||||
if (openAction) {
|
if (openAction) {
|
||||||
handleOpenAction(openAction, useDatabases.getState().databases, explorer);
|
handleOpenAction(openAction, useDatabases.getState().databases, explorer);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user