mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-19 16:55:16 +01:00
Merge pull request #8507 from AllForNothing/bug-retention
fix bug for tag-retention
This commit is contained in:
commit
c781d03c9b
@ -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