Merge pull request #3073 from quay/joseph.schorr/QUAY-935/robot-create-bug

Fix error displayed if a description was not entered for creating a robot
This commit is contained in:
josephschorr 2018-05-10 18:06:08 +03:00 committed by GitHub
commit 5cccd45cd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ angular.module('quay').directive('createRobotDialog', function () {
};
var data = {
'description': description
'description': description || ''
};
var errorDisplay = ApiService.errorDisplay('Cannot create robot account', function() {