components/entryEditor: Remove unused "modelValue" property

makes eslint happy about that file :)
This commit is contained in:
Wroclaw 2023-11-09 13:16:21 +01:00
parent 500a9ad595
commit e509bb22c1

View file

@ -14,7 +14,6 @@ export type fieldDefinition<Optional extends boolean = boolean> = {
const props = defineProps<{
fields: Array<fieldDefinition>,
modelValue?: any,
}>();
// eslint-disable-next-line func-call-spacing