From 6116441ce5a1028c6f31811735e866ad505fbbac Mon Sep 17 00:00:00 2001 From: ege-dw Date: Thu, 16 Jun 2022 14:49:04 +0200 Subject: [PATCH] fix missing update of UI when restricting a policy Signed-off-by: ege-dw --- src/views/policy/PolicyList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/policy/PolicyList.vue b/src/views/policy/PolicyList.vue index 4ca00eb35..84ce81648 100644 --- a/src/views/policy/PolicyList.vue +++ b/src/views/policy/PolicyList.vue @@ -179,7 +179,7 @@ { value: 'WARN', text: this.$t('violation.warn') }, { value: 'FAIL', text: this.$t('violation.fail') } ], - projects: row.projects, + projects: row.projects || [], limitToVisible: false, tags: row.tags }