1
0
Fork 0
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:
andres-portainer 2022-01-25 11:46:13 -03:00 committed by GitHub
parent b76bcf0ee7
commit 48f2e7316a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,7 @@ angular
);
} catch (err) {
Notifications.error('Failure', err, 'Unable to create the environment');
$scope.state.actionInProgress = false;
return;
}