components/entryEditor: Remove unused "modelValue" property
makes eslint happy about that file :)
This commit is contained in:
parent
500a9ad595
commit
e509bb22c1
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ export type fieldDefinition<Optional extends boolean = boolean> = {
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
fields: Array<fieldDefinition>,
|
fields: Array<fieldDefinition>,
|
||||||
modelValue?: any,
|
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
// eslint-disable-next-line func-call-spacing
|
// eslint-disable-next-line func-call-spacing
|
||||||
|
|
Loading…
Reference in a new issue