diff --git a/app/src/components/globals/formItems/TextAreaItem.vue b/app/src/components/globals/formItems/TextAreaItem.vue index 5aaac353..12b49af3 100644 --- a/app/src/components/globals/formItems/TextAreaItem.vue +++ b/app/src/components/globals/formItems/TextAreaItem.vue @@ -1,43 +1,46 @@ diff --git a/app/src/types/form.ts b/app/src/types/form.ts index 362abb7a..b04dfad1 100644 --- a/app/src/types/form.ts +++ b/app/src/types/form.ts @@ -93,3 +93,7 @@ export type TagsSelectizeItemProps = BaseWritableItemProps & { noTags?: boolean tagIcon?: string } + +export type TextAreaItemProps = BaseWritableItemProps & { + // type?: string // FIXME unused? +}