refactor: move workflow to /workflow

This commit is contained in:
BennyKok
2023-12-14 22:50:28 +08:00
parent 7e05fae7b3
commit c419e10827
6 changed files with 33 additions and 24 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export function RunOutputs({ run_id }: { run_id: string }) {
// .then((x) => x.json())
// .then((x) => setOutputs(x));
callServerPromise(getRunsOutput(run_id).then((x) => setOutputs(x)));
}, [run_id, outputs]);
}, [run_id]);
return (
<Table>