From 5d847f9808132490c764b0c3116734ef6572896e Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Wed, 24 Jul 2019 02:15:40 +0900 Subject: Fix: some post form errors (#5212) * Fix: type mismatch in post-form-attaches * Fix: 'this is null' in post-form-window --- src/client/app/common/views/components/post-form-attaches.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/common') diff --git a/src/client/app/common/views/components/post-form-attaches.vue b/src/client/app/common/views/components/post-form-attaches.vue index 37422ba108..e051b6a808 100644 --- a/src/client/app/common/views/components/post-form-attaches.vue +++ b/src/client/app/common/views/components/post-form-attaches.vue @@ -36,7 +36,7 @@ export default Vue.extend({ required: true }, detachMediaFn: { - type: Object, + type: Function, required: false } }, -- cgit v1.2.3-freya