Skip to content

Commit

Permalink
run prettier-fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf King <[email protected]>
  • Loading branch information
rkg-mm committed Sep 28, 2024
1 parent 03eec49 commit 40f1afa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/views/policy/PolicyList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,7 @@ export default {
operator: this.operator,
violationState: this.violationState,
includeChildren: this.includeChildren,
onlyLatestProjectVersion:
this.onlyLatestProjectVersion,
onlyLatestProjectVersion: this.onlyLatestProjectVersion,
})
.then((response) => {
// prevent that "limit to" details are hidden after updates where table does not need to refresh
Expand Down Expand Up @@ -305,8 +304,7 @@ export default {
this.violationState = policy.violationState;
this.conditions = policy.policyConditions;
this.includeChildren = policy.includeChildren;
this.onlyLatestProjectVersion =
policy.onlyLatestProjectVersion;
this.onlyLatestProjectVersion = policy.onlyLatestProjectVersion;
},
deleteProjectLimiter: function (projectUuid) {
let url = `${this.$api.BASE_URL}/${this.$api.URL_POLICY}/${this.policy.uuid}/project/${projectUuid}`;
Expand Down

0 comments on commit 40f1afa

Please sign in to comment.