fix(front): raw text string error

This commit is contained in:
ArneBo 2025-04-06 23:37:59 +02:00
parent 8583769a9f
commit fb86c6b79a
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ fetchInstanceSettings()
:key="idx"
:class="[{required: field.required}, 'field']"
>
// TODO: "as string" is probably leading to issues with editform.
// TODO: as string is probably leading to issues with editform.
<Textarea
v-if="field.input_type === 'long_text'"
:id="`custom-field-${idx}`"