Skip to content

Commit fd7cf9d

Browse files
authored
Merge pull request #174 from Mvld3r/issue-169
fix missing update of UI when restricting a policy
2 parents beefe6f + 6116441 commit fd7cf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/policy/PolicyList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
{ value: 'WARN', text: this.$t('violation.warn') },
180180
{ value: 'FAIL', text: this.$t('violation.fail') }
181181
],
182-
projects: row.projects,
182+
projects: row.projects || [],
183183
limitToVisible: false,
184184
tags: row.tags
185185
}

0 commit comments

Comments
 (0)