Compare commits

..

No commits in common. "63f2b542c330a1397d6548f734fd92370a5fa9c9" and "d6b6472192a4e77545e33221f8cd7841b65105d4" have entirely different histories.

View file

@ -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)