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