Updates type expected for TaxonomyId props in some components,
This commit is contained in:
parent
153117ac5e
commit
cb0e3b767b
|
@ -293,7 +293,7 @@ export default {
|
|||
TermEditionForm: defineAsyncComponent(() => import('../edition/term-edition-form.vue'))
|
||||
},
|
||||
props: {
|
||||
taxonomyId: String,
|
||||
taxonomyId: [ String, Number ],
|
||||
currentUserCanEditTaxonomy: Boolean,
|
||||
selected: Array,
|
||||
selectedColumnIndex: Number,
|
||||
|
|
|
@ -129,7 +129,7 @@ export default {
|
|||
TermsListHierarchical
|
||||
},
|
||||
props: {
|
||||
taxonomyId: String,
|
||||
taxonomyId: [ String, Number ],
|
||||
currentUserCanEditTaxonomy: Boolean,
|
||||
isHierarchical: Boolean
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue