Fix comment on indentation

This commit is contained in:
Senthamil Sindhu 2023-08-28 09:46:29 -07:00
parent 51782f1157
commit ecb39dd99f

View File

@ -1427,7 +1427,6 @@ export class AddCollectionPanel extends React.Component<AddCollectionPanelProps,
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 });