Skip to content
Snippets Groups Projects
Commit 2f9f96c6 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix missing style for label

parent 62fe370a
No related branches found
No related tags found
No related merge requests found
......@@ -264,11 +264,11 @@
<div
v-for="(field, index) in orderedCustomFields"
:key="field.field_type + index"
class="field"
>
<FeatureExtraForm
:id="field.label"
:field="field"
class="field"
/>
{{ field.errors }}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment