fix(fdo): cancel the action in progress on error EE-2447 (#6469)
parent
b76bcf0ee7
commit
48f2e7316a
|
@ -91,6 +91,7 @@ angular
|
||||||
);
|
);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
Notifications.error('Failure', err, 'Unable to create the environment');
|
Notifications.error('Failure', err, 'Unable to create the environment');
|
||||||
|
$scope.state.actionInProgress = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue