mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
Update the max length for the filters (#19194)
1.Fixes #19193 Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
56f6c27c4f
commit
0e9fe03e54
@ -73,7 +73,7 @@ export class VulnerabilityFilterComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
canAdd(): boolean {
|
canAdd(): boolean {
|
||||||
return this.selectedOptions.length < 7;
|
return this.selectedOptions.length < this.allOptions.length;
|
||||||
}
|
}
|
||||||
|
|
||||||
canReduce(): boolean {
|
canReduce(): boolean {
|
||||||
|
Loading…
Reference in New Issue
Block a user