Fix: some post form errors (#5212)

* Fix: type mismatch in post-form-attaches

* Fix: 'this is null' in post-form-window
This commit is contained in:
MeiMei
2019-07-24 02:15:40 +09:00
committed by syuilo
parent ac914af9c3
commit 5d847f9808
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ export default Vue.extend({
required: true
},
detachMediaFn: {
type: Object,
type: Function,
required: false
}
},