mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-04 22:09:10 +00:00
fix: prevent infinite loop in project data
This commit is contained in:
committed by
Carlos Valente
parent
75cbcd8e85
commit
75e77de466
@@ -33,7 +33,6 @@ export default function ProjectData() {
|
|||||||
setValue,
|
setValue,
|
||||||
} = useForm({
|
} = useForm({
|
||||||
defaultValues: data,
|
defaultValues: data,
|
||||||
values: data,
|
|
||||||
resetOptions: {
|
resetOptions: {
|
||||||
keepDirtyValues: true,
|
keepDirtyValues: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user