mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-19 16:55:16 +01:00
fix bug for tag-retention
Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
8cc9314984
commit
d90513ff1a
@ -68,7 +68,7 @@ export class AddRuleComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
set num(num) {
|
||||
this.rule.params[this.template] = num;
|
||||
this.rule.params[this.template] = parseInt(num, 10);
|
||||
}
|
||||
|
||||
get repoSelect() {
|
||||
|
Loading…
Reference in New Issue
Block a user