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

fix #817

parent fd4fe78b
Branches
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@
<form class="default" @submit.prevent="">
<label>
<translate>Farbe</translate>
<v-select
<studip-select
v-model="currentElement.attributes.payload.color"
:options="colors"
:reduce="(color) => color.class"
......@@ -199,7 +199,7 @@
<span class="vs__option-color" :style="{ 'background-color': hex }"></span
><span>{{ name }}</span>
</template>
</v-select>
</studip-select>
</label>
<label>
<translate>Zweck</translate>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment