mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 02:43:50 +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,
|
||||
} = useForm({
|
||||
defaultValues: data,
|
||||
values: data,
|
||||
resetOptions: {
|
||||
keepDirtyValues: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user