mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Add missing comma
This commit is contained in:
parent
8fbfff486b
commit
99742b9c87
@ -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…
Reference in New Issue
Block a user