diff --git a/src/components/wizards/MovementWizard.tsx b/src/components/wizards/MovementWizard.tsx index 71e973e1..f12cc0cc 100644 --- a/src/components/wizards/MovementWizard.tsx +++ b/src/components/wizards/MovementWizard.tsx @@ -135,7 +135,7 @@ class MovementWizard extends Component { return; } - dialogConf.predicate(data).then(show => { + return dialogConf.predicate(data).then(show => { if (show === true) { this.props.showDialog(dialogConf.name); } else {