mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 03:15:58 +02:00
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:
@@ -36,7 +36,7 @@ export default Vue.extend({
|
||||
required: true
|
||||
},
|
||||
detachMediaFn: {
|
||||
type: Object,
|
||||
type: Function,
|
||||
required: false
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user