mirror of
https://github.com/goharbor/harbor
synced 2025-04-16 15:54:48 +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 {
|
private _getAllLabels(projectId: number): void {
|
||||||
// get all project labels
|
// get all project labels
|
||||||
|
this._allLabels = []; // reset
|
||||||
this.labelService.ListLabelsResponse({
|
this.labelService.ListLabelsResponse({
|
||||||
pageSize: PAGE_SIZE,
|
pageSize: PAGE_SIZE,
|
||||||
page: 1,
|
page: 1,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user