mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
fix props declarations
This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
||||
},
|
||||
props: {
|
||||
bisio_id: {
|
||||
type: [Number],
|
||||
type: [Number, null],
|
||||
required: true
|
||||
},
|
||||
listSupports: {
|
||||
|
||||
Reference in New Issue
Block a user