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 994fe14 commit 7d0d431Copy full SHA for 7d0d431
1 file changed
src/hooks/submissions.ts
@@ -65,7 +65,7 @@ function useProcessInterval({
65
},
66
{
67
onSuccess: (data) => {
68
- if (data.status === 'completed') {
+ if (data.status === 'done') {
69
setIsPollingEnabled(false);
70
onSuccess();
71
}
0 commit comments