Increase NPS sample size and remove constraints (#1692)

* Increase NPS sample size and remove constraints

* Run npm format

* Run npm format:check
This commit is contained in:
sindhuba
2023-11-14 22:26:57 +05:30
committed by GitHub
parent 0ab07419ce
commit 1aa4c18119
3 changed files with 22 additions and 21 deletions

View File

@@ -1431,8 +1431,6 @@ export class AddCollectionPanel extends React.Component<AddCollectionPanelProps,
this.setState({ isExecuting: false });
TelemetryProcessor.traceSuccess(Action.CreateCollection, telemetryData, startKey);
useSidePanel.getState().closeSidePanel();
// open NPS Survey Dialog once the collection is created
this.props.explorer.openNPSSurveyDialog();
} catch (error) {
const errorMessage: string = getErrorMessage(error);
this.setState({ isExecuting: false, errorMessage, showErrorDetails: true });