FE: allow workflow run UI to show browser stream if workflow run has one (#3838)

This commit is contained in:
Jonathan Dobson
2025-10-28 15:36:54 -04:00
committed by GitHub
parent 299ceb14f3
commit 1f90055672
2 changed files with 50 additions and 22 deletions

View File

@@ -476,6 +476,11 @@ function BrowserStream({
}
}, [task, workflow]);
useEffect(() => {
if (!interactive) {
setUserIsControlling(false);
}
}, [interactive]);
/**
* TODO(jdo): could use zod or smth similar
*/