Compare commits
2 commits
d6b6472192
...
63f2b542c3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63f2b542c3 | ||
|
|
9912de1200 |
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