Skip to content
Snippets Groups Projects
Commit 36830beb authored by Florent's avatar Florent
Browse files

fix color input event

parent a00839d5
No related branches found
No related tags found
1 merge request!143REDMINE_ISSUE-11087 | Biblio de pictos
......@@ -11,8 +11,7 @@
required
:name="form.color.html_name"
:id="form.color.id_for_label"
v-model="form.color.value"
@select="setColor"
v-model.lazy="form.color.value"
/>
</div>
<div class="required inline field">
......@@ -123,10 +122,6 @@ export default {
},
methods: {
setColor() {
},
openIconSelectionModal() {
this.isIconPickerModalOpen = true;
},
......
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