Commit 9408c4e9 authored by Ahmed Awan's avatar Ahmed Awan
Browse files

Fix lint error in `WorkflowRunSuccess`

parent dcd415a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ const targetHistories = computed(() =>
            histories.push(invocation.history_id);
        }
        return histories;
    }, [] as string[])
    }, [] as string[]),
);
</script>