Add missing comma
This commit is contained in:
parent
eefeb4c268
commit
d3d50b2f79
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ export default Vue.extend({
|
||||||
onPollUpdate() {
|
onPollUpdate() {
|
||||||
this.pollChoices = this.$refs.poll.get().choices;
|
this.pollChoices = this.$refs.poll.get().choices;
|
||||||
this.saveDraft();
|
this.saveDraft();
|
||||||
}
|
},
|
||||||
|
|
||||||
upload(file) {
|
upload(file) {
|
||||||
(this.$refs.uploader as any).upload(file);
|
(this.$refs.uploader as any).upload(file);
|
||||||
|
|
Loading…
Reference in a new issue