Fix undefined function name
This commit is contained in:
parent
0666e0bedc
commit
1cda2e1a62
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ angular.module('quay').directive('tagOperationsDialog', function () {
|
|||
$.extend(tags, newTags);
|
||||
|
||||
if (resp.has_additional) {
|
||||
loadPaginatedRepositoryTags(page + 1, tags, added, removed);
|
||||
reloadTags(page + 1, tags, added, removed);
|
||||
} else {
|
||||
$scope.repositoryTags = tags;
|
||||
$scope.imageLoader.reset();
|
||||
|
|
Reference in a new issue