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