We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d83db9 commit 391a9b6Copy full SHA for 391a9b6
1 file changed
webapp/components/topbar/dialogs/ActionDialog.js
@@ -46,10 +46,13 @@ class ActionDialog extends React.Component {
46
}
47
48
49
- this.setState({ hide: true });
50
if (this.props.onAction) {
51
this.props.onAction();
52
+ this.setState({ hide: true });
53
+ if (this.props.onRequestClose) {
54
+ this.props.onRequestClose();
55
+ }
56
};
57
58
clearErrorDialogBox () {
0 commit comments