feat(app): reset form on load
This commit is contained in:
parent
e98709d854
commit
9422eaed7e
@ -76,8 +76,9 @@ const Component = () => {
|
||||
useEffect(() => {
|
||||
if (data) {
|
||||
mdxEditorRef.current?.setMarkdown(data.markdown)
|
||||
form.reset(data)
|
||||
}
|
||||
}, [data])
|
||||
}, [data, form])
|
||||
|
||||
if (error) {
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user