From b67db47c888dd45c49a49b82e7922c2bf40ed61c Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 22 Jun 2021 20:47:35 +0300 Subject: lint --- src/components/post_status_form/post_status_form.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/post_status_form') 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)" /> -- cgit v1.2.3-70-g09d2