fix: lint
This commit is contained in:
@@ -27,7 +27,7 @@ export default function FormContent({ control }: EditFormContentProps) {
|
||||
|
||||
useEffect(() => {
|
||||
setIsPending(pending)
|
||||
}, [pending])
|
||||
}, [pending, setIsPending])
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user