mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-14 10:39:27 +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
|
||||
},
|
||||
listPurposes: {
|
||||
|
||||
Reference in New Issue
Block a user