mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-30 17:37:01 +00:00
Fix comment on indentation
This commit is contained in:
parent
51782f1157
commit
ecb39dd99f
@ -1427,7 +1427,6 @@ export class AddCollectionPanel extends React.Component<AddCollectionPanelProps,
|
|||||||
useSidePanel.getState().closeSidePanel();
|
useSidePanel.getState().closeSidePanel();
|
||||||
// open NPS Survey Dialog once the collection is created
|
// open NPS Survey Dialog once the collection is created
|
||||||
this.props.explorer.openNPSSurveyDialog();
|
this.props.explorer.openNPSSurveyDialog();
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
const errorMessage: string = getErrorMessage(error);
|
const errorMessage: string = getErrorMessage(error);
|
||||||
this.setState({ isExecuting: false, errorMessage, showErrorDetails: true });
|
this.setState({ isExecuting: false, errorMessage, showErrorDetails: true });
|
||||||
|
Loading…
Reference in New Issue
Block a user