Skip to content

Commit d4e3e8b

Browse files
committed
netpyne-44 Fix ActionValidation component
1 parent 8fa70f9 commit d4e3e8b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

webapp/components/topbar/dialogs/ActionValidationDialog.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ const ActionValidationDialog = (props) => {
4646
if (props.onAction) {
4747
props.onAction()
4848
}
49+
if (props.onRequestClose) {
50+
props.onRequestClose()
51+
}
4952
}
5053

5154
const clearErrorDialogBox = () => {

0 commit comments

Comments
 (0)