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 275f45a commit 3f87c9bCopy full SHA for 3f87c9b
dash/dash-renderer/src/actions/callbacks.ts
@@ -571,7 +571,7 @@ function handleServerside(
571
cacheKey: data.cacheKey as string,
572
cancelInputs: data.cancel,
573
progressDefault: data.progressDefault,
574
- output: JSON.stringify(payload.outputs),
+ output: JSON.stringify(payload.outputs)
575
};
576
dispatch(addCallbackJob(jobInfo));
577
job = data.job;
0 commit comments