mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Add missing comma
This commit is contained in:
parent
8fbfff486b
commit
99742b9c87
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ export default Vue.extend({
|
|||
onPollUpdate() {
|
||||
this.pollChoices = this.$refs.poll.get().choices;
|
||||
this.saveDraft();
|
||||
}
|
||||
},
|
||||
|
||||
upload(file) {
|
||||
(this.$refs.uploader as any).upload(file);
|
||||
|
|
Loading…
Add table
Reference in a new issue