aboutsummaryrefslogtreecommitdiff
path: root/src/components/post_status_form
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-22 20:47:35 +0300
committerHenry Jameson <me@hjkos.com>2021-06-22 20:47:35 +0300
commitb67db47c888dd45c49a49b82e7922c2bf40ed61c (patch)
tree4b906ce653bc068c67619e25d643e05f51bc027c /src/components/post_status_form
parentdd3fe61cf3cfcb1b41d1d34aa23ba99325d9dd56 (diff)
lint
Diffstat (limited to 'src/components/post_status_form')
-rw-r--r--src/components/post_status_form/post_status_form.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
index 5ff191cf..87e6d2ab 100644
--- a/src/components/post_status_form/post_status_form.vue
+++ b/src/components/post_status_form/post_status_form.vue
@@ -296,8 +296,8 @@
:descriptions="newStatus.mediaDescriptions"
:set-media="() => $store.dispatch('setMedia', newStatus.files)"
:editable="true"
- :editAttachment="editAttachment"
- :removeAttachment="removeMediaFile"
+ :edit-attachment="editAttachment"
+ :remove-attachment="removeMediaFile"
@play="$emit('mediaplay', attachment.id)"
@pause="$emit('mediapause', attachment.id)"
/>