removed unused props

This commit is contained in:
Mark Harris 2022-04-28 15:34:53 -04:00
parent 85404ae202
commit 24b4fc9d16

View file

@ -31,11 +31,7 @@ export default ({
} }
}, },
props: { props: {
isMultiSelect: Boolean,
modelValue: Array, modelValue: Array,
isAvailable: Boolean,
filterByVehicleCategory: Boolean,
name: String,
groupName: String, groupName: String,
cmsWidgetName: String, cmsWidgetName: String,
}, },