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

fix eslint warnings on html attribute order

parent 86bd9046
No related branches found
No related tags found
1 merge request!742REDMINE_ISSUE-19162 | Adaptation de GéoContrib à la charte UI / UX de la MEL
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
</div> </div>
<div class="field"> <div class="field">
<div <div
@click="updateLayer({ ...layer, queryable: !layer.queryable })"
class="ui checkbox" class="ui checkbox"
@click="updateLayer({ ...layer, queryable: !layer.queryable })"
> >
<input <input
:checked="layer.queryable" :checked="layer.queryable"
...@@ -54,8 +54,8 @@ ...@@ -54,8 +54,8 @@
<button <button
type="button" type="button"
@click="removeLayer"
class="ui compact small icon floated button button-hover-red" class="ui compact small icon floated button button-hover-red"
@click="removeLayer"
> >
<i <i
class="ui grey trash alternate icon" class="ui grey trash alternate icon"
......
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