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 @@ ...@@ -63,11 +63,8 @@
:name="field.name" :name="field.name"
@change="updateStore_extra_form" @change="updateStore_extra_form"
> >
<label <label :for="field.name">
v-if="$route.name === 'editer-signalement'" {{ $route.name === 'editer-signalement' ? field.label : '' }}
:for="field.name"
>
{{ field.label }}
</label> </label>
</div> </div>
</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