Unverified Commit 3b68c38a authored by Ahmed Hamid Awan's avatar Ahmed Hamid Awan Committed by GitHub
Browse files

Merge pull request #20837 from ahmedhamidawan/fix_workflow_success_lint_error

Fix lint error in `WorkflowRunSuccess`
parents 30af8fb6 9408c4e9
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>