#6896 Added missing descriptors and small details #671

Merged
jon merged 7 commits from Fix_OrderMissingDetails into dev 2024-09-04 10:36:05 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 4602f4c7b3 - Show all commits

View File

@ -2,10 +2,6 @@
import { computed } from 'vue'; import { computed } from 'vue';
const $props = defineProps({ const $props = defineProps({
maxLength: {
type: Number,
required: true,
},
item: { item: {
type: Object, type: Object,
required: true, required: true,