client: fix submitting status on new post

pull/44/head
Max Leiter 4 years ago
parent d06d0ffea2
commit 2ec4019ea2
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA

@ -73,15 +73,10 @@ const Post = () => {
password,
userId: Cookies.get('drift-userid') || ''
})
setSubmitting(false)
}
const onClosePasswordModal = () => {
setPasswordModalVisible(false)
setSubmitting(false)
}
const updateTitle = useCallback((title: string, id: string) => {

Loading…
Cancel
Save