fix: lint

This commit is contained in:
Michael Zetterberg
2024-04-18 18:08:04 +02:00
parent 285f8bdcfa
commit a512cd04b5
4 changed files with 17 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ export default function FormContent({ control }: EditFormContentProps) {
useEffect(() => {
setIsPending(pending)
}, [pending])
}, [pending, setIsPending])
return (
<>