We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f7622 commit c861210Copy full SHA for c861210
src/routes/v2/projects/[projectId]/workflows/[workflowId]/+page.svelte
@@ -528,7 +528,7 @@
528
529
async function loadLegacyStatus() {
530
const response = await fetch(
531
- `/api/v2/project/1/status-legacy?workflow_id=${workflow.id}&dataset_id=${selectedDatasetId}`
+ `/api/v2/project/${workflow.project_id}/status-legacy?workflow_id=${workflow.id}&dataset_id=${selectedDatasetId}`
532
);
533
if (!response.ok) {
534
console.log('Error loading legacy status');
0 commit comments