fix(event): close popup after publish
This commit is contained in:
parent
efaec1fea5
commit
6b6d8c004b
@ -58,6 +58,8 @@ export const NoteSubmit = ({
|
||||
method: 'post',
|
||||
encType: 'application/json'
|
||||
})
|
||||
|
||||
typeof handleClose === 'function' && handleClose()
|
||||
}
|
||||
|
||||
const handlePreviewToggle = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user