fix error

This commit is contained in:
2025-12-04 10:56:36 -03:00
parent 2f76bd611c
commit c3917addfa
17 changed files with 127 additions and 52 deletions

View File

@@ -109,7 +109,7 @@ export default function Index({}: Route.ComponentProps) {
type: 'manual'
})
}
}, [fetcher.data])
}, [fetcher.data, setError])
return (
<>