Skip to content

Commit d138d92

Browse files
committed
Aligned with fractal-server 2.0.0a10
1 parent 540dbac commit d138d92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

src/routes/v2/projects/[projectId]/workflows/[workflowId]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
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'

0 commit comments

Comments
 (0)