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 efaec1fea5 - Show all commits

View File

@ -49,6 +49,11 @@ export const NoteSubmit = ({
content, content,
nsfw nsfw
} }
// Reset form
setContent('')
setNsfw(false)
submit(JSON.stringify(formSubmit), { submit(JSON.stringify(formSubmit), {
method: 'post', method: 'post',
encType: 'application/json' encType: 'application/json'