Skip to content
Snippets Groups Projects
Commit 3c075d86 authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #817

parent fd4fe78b
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
<form class="default" @submit.prevent=""> <form class="default" @submit.prevent="">
<label> <label>
<translate>Farbe</translate> <translate>Farbe</translate>
<v-select <studip-select
v-model="currentElement.attributes.payload.color" v-model="currentElement.attributes.payload.color"
:options="colors" :options="colors"
:reduce="(color) => color.class" :reduce="(color) => color.class"
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
<span class="vs__option-color" :style="{ 'background-color': hex }"></span <span class="vs__option-color" :style="{ 'background-color': hex }"></span
><span>{{ name }}</span> ><span>{{ name }}</span>
</template> </template>
</v-select> </studip-select>
</label> </label>
<label> <label>
<translate>Zweck</translate> <translate>Zweck</translate>
......
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