From dd0d6f2fb08758e27ab06bdb7ea652a7889209dc Mon Sep 17 00:00:00 2001 From: sadnub Date: Sat, 16 Apr 2022 16:47:52 -0400 Subject: [PATCH] fix ui bug where policy checks weren't displaying if they had associated tasks --- src/components/automation/PolicyChecksTab.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/automation/PolicyChecksTab.vue b/src/components/automation/PolicyChecksTab.vue index 3c4115d..abc024d 100644 --- a/src/components/automation/PolicyChecksTab.vue +++ b/src/components/automation/PolicyChecksTab.vue @@ -161,10 +161,8 @@ >See Status - {{ props.row.assigned_task.length }} Tasks - {{ props.row.assigned_task.name }} + {{ props.row.assignedtasks.length }} Tasks + {{ props.row.assignedtasks[0].name }}