Skip to content
Snippets Groups Projects
Unverified Commit 78a646ee authored by Tim Macdonald's avatar Tim Macdonald Committed by GitHub
Browse files

[Fixes #14746] Close dashboard subscription list sensibly (#14759)

parent f5687dda
Branches
Tags
No related merge requests found
......@@ -265,7 +265,7 @@ class SharingSidebar extends React.Component {
await this.props.updateEditingPulse(cleanedPulse);
// The order below matters; it hides the "Done" button faster and prevents two pulses from being made if it's double-clicked
this.setState({ editingMode: "list-pulses" });
this.setState({ editingMode: "list-pulses", returnMode: [] });
await this.props.saveEditingPulse();
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment