mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(fdo): cancel the action in progress on error EE-2447 (#6469)
This commit is contained in:
parent
b76bcf0ee7
commit
48f2e7316a
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ angular
|
|||
);
|
||||
} catch (err) {
|
||||
Notifications.error('Failure', err, 'Unable to create the environment');
|
||||
$scope.state.actionInProgress = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue