mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
Fix duplicate labels issue (#16527)
Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
1a9de7510c
commit
4cec345a45
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user