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:
parent
ac914af9c3
commit
5d847f9808
2 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ export default Vue.extend({
|
|||
required: true
|
||||
},
|
||||
detachMediaFn: {
|
||||
type: Object,
|
||||
type: Function,
|
||||
required: false
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue