workflow run UI: code generation affordances (#3521)

This commit is contained in:
Jonathan Dobson
2025-09-24 16:19:07 -04:00
committed by GitHub
parent 3c9ccbafc2
commit 0ef1419d8b
4 changed files with 100 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ type Props = {
cacheKeyValue?: string;
workflowPermanentId?: string;
pollIntervalMs?: number;
status?: string;
status?: "pending" | "published";
workflowRunId?: string;
};
@@ -28,7 +28,6 @@ function useBlockScriptsQuery({
workflowPermanentId,
cacheKey,
cacheKeyValue,
pollIntervalMs,
status,
workflowRunId,
],