File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/routes/v2/projects/[projectId]/workflows/[workflowId] Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export default defineConfig({
4747
4848 webServer : [
4949 {
50- command : './tests/start-test-server.sh 2.0.0a8 ' ,
50+ command : './tests/start-test-server.sh 2.0.0a10 ' ,
5151 port : 8000 ,
5252 waitForPort : true ,
5353 stdout : 'pipe' ,
Original file line number Diff line number Diff line change 588588 }
589589 selectedSubmittedJob = await getSelectedSubmittedJob (selectedDatasetId);
590590 const outputStatusResponse = await fetch (
591- ` /api/v2/project/${ project .id } /dataset/ ${ selectedDatasetId} /status ` ,
591+ ` /api/v2/project/${ project .id } /status?dataset_id= ${ selectedDatasetId} &workflow_id= ${ workflow . id } ` ,
592592 {
593593 method: ' GET' ,
594594 credentials: ' include'
You can’t perform that action at this time.
0 commit comments