remove nudges refetch during onboarding upload
This commit is contained in:
parent
898e1fe7a8
commit
8c9da8fd3a
1 changed files with 0 additions and 2 deletions
|
|
@ -45,8 +45,6 @@ const OnboardingUpload = ({ onComplete }: OnboardingUploadProps) => {
|
||||||
refetchInterval: currentStep !== null ? 1000 : false, // Poll every 1 second during upload
|
refetchInterval: currentStep !== null ? 1000 : false, // Poll every 1 second during upload
|
||||||
});
|
});
|
||||||
|
|
||||||
const { refetch: refetchNudges } = useGetNudgesQuery(null);
|
|
||||||
|
|
||||||
// Monitor tasks and call onComplete when file processing is done
|
// Monitor tasks and call onComplete when file processing is done
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (currentStep === null || !tasks || !uploadedTaskId) {
|
if (currentStep === null || !tasks || !uploadedTaskId) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue