FE: allow workflow run UI to show browser stream if workflow run has one (#3838)
This commit is contained in:
@@ -476,6 +476,11 @@ function BrowserStream({
|
||||
}
|
||||
}, [task, workflow]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!interactive) {
|
||||
setUserIsControlling(false);
|
||||
}
|
||||
}, [interactive]);
|
||||
/**
|
||||
* TODO(jdo): could use zod or smth similar
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user