mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 16:15:51 +00: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