fix error
This commit is contained in:
@@ -109,7 +109,7 @@ export default function Index({}: Route.ComponentProps) {
|
||||
type: 'manual'
|
||||
})
|
||||
}
|
||||
}, [fetcher.data])
|
||||
}, [fetcher.data, setError])
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user