mirror of
https://github.com/goharbor/harbor
synced 2025-04-15 21:34:03 +00:00
fix bug when save policies
This commit is contained in:
parent
5ba414397d
commit
0045b269db
|
@ -107,7 +107,7 @@ export class ProjectPolicyConfigComponent implements OnInit {
|
|||
}
|
||||
|
||||
hasChanges() {
|
||||
return compareValue(this.orgProjectPolicy, this.projectPolicy)
|
||||
return !compareValue(this.orgProjectPolicy, this.projectPolicy);
|
||||
}
|
||||
|
||||
save() {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"clarity-icons": "^0.9.8",
|
||||
"clarity-ui": "^0.9.8",
|
||||
"core-js": "^2.4.1",
|
||||
"harbor-ui": "0.4.92",
|
||||
"harbor-ui": "0.4.94",
|
||||
"intl": "^1.2.5",
|
||||
"mutationobserver-shim": "^0.3.2",
|
||||
"ngx-cookie": "^1.0.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user