Feed - posts #227

Merged
enes merged 23 commits from feat/131-feed-posts into staging 2025-02-14 19:54:29 +00:00
Showing only changes of commit 6b6d8c004b - Show all commits

View File

@ -58,6 +58,8 @@ export const NoteSubmit = ({
method: 'post',
encType: 'application/json'
})
typeof handleClose === 'function' && handleClose()
}
const handlePreviewToggle = () => {