[Client] Fix bug
This commit is contained in:
parent
08e83e1374
commit
34495adbfc
|
@ -485,7 +485,7 @@
|
|||
|
||||
this.save = () => {
|
||||
const context = {
|
||||
text: this.refs.text.value,
|
||||
text: this.refs.text.value == '' ? undefined : this.refs.text.value,
|
||||
files: this.files,
|
||||
poll: this.poll && this.refs.poll ? this.refs.poll.get() : undefined
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue