Skip to content

Commit

Permalink
Fix duplicate labels issue (goharbor#16527)
Browse files Browse the repository at this point in the history
Signed-off-by: AllForNothing <sshijun@vmware.com>
  • Loading branch information
AllForNothing authored and sluetze committed Oct 29, 2022
1 parent ec08553 commit 9572832
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export class ArtifactListPageService {

private _getAllLabels(projectId: number): void {
// get all project labels
this._allLabels = []; // reset
this.labelService.ListLabelsResponse({
pageSize: PAGE_SIZE,
page: 1,
Expand Down

0 comments on commit 9572832

Please sign in to comment.