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

hide text label instead of whole label for boolean fast edition

parent 546d01eb
No related branches found
No related tags found
No related merge requests found
......@@ -63,11 +63,8 @@
:name="field.name"
@change="updateStore_extra_form"
>
<label
v-if="$route.name === 'editer-signalement'"
:for="field.name"
>
{{ field.label }}
<label :for="field.name">
{{ $route.name === 'editer-signalement' ? field.label : '' }}
</label>
</div>
</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