Merge branch 'chat-refactor' into shigusegubu-themes3
This commit is contained in:
commit
63f2b542c3
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ export const editStatus = ({
|
|||
contentType,
|
||||
}) => {
|
||||
const form = new FormData()
|
||||
const pollOptions = poll.options || []
|
||||
const pollOptions = poll?.options || []
|
||||
|
||||
form.append('status', status)
|
||||
if (spoilerText) form.append('spoiler_text', spoilerText)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue