mirror of
https://github.com/goharbor/harbor
synced 2025-05-21 16:40:10 +00:00
Update add-project.directive.js
Close pop input bar when create project success.
This commit is contained in:
parent
a0e11f7a96
commit
b86a839f66
@ -36,6 +36,7 @@
|
||||
$scope.$emit('addedSuccess', true);
|
||||
vm.hasError = false;
|
||||
vm.errorMessage = '';
|
||||
vm.isOpen = false;
|
||||
}
|
||||
|
||||
function addProjectFailed(data, status) {
|
||||
@ -91,4 +92,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
})();
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user