fix(front): raw text string error
This commit is contained in:
parent
fb86c6b79a
commit
5f31207b05
|
@ -202,7 +202,7 @@ fetchInstanceSettings()
|
||||||
:key="idx"
|
:key="idx"
|
||||||
:class="[{required: field.required}, 'field']"
|
: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
|
<Textarea
|
||||||
v-if="field.input_type === 'long_text'"
|
v-if="field.input_type === 'long_text'"
|
||||||
:id="`custom-field-${idx}`"
|
:id="`custom-field-${idx}`"
|
||||||
|
|
Loading…
Reference in New Issue