Skip to content
Snippets Groups Projects
Commit 7e302e30 authored by Ron Lucke's avatar Ron Lucke Committed by Elmar Ludwig
Browse files

fix #2127

Closes #2127

Merge request studip/studip!1382
parent 62644199
No related branches found
No related tags found
1 merge request!4Draft: Icon creation
......@@ -96,11 +96,11 @@
type="radio"
v-model="selectedUnit"
:checked="unit.id === selectedUnitId"
:value="unit.id"
:value="unit"
:key="'radio-' + unit.id"
:aria-description="unit.element.attributes.title"
/>
<label @click="selectedUnit = unit" :key="'label-' + unit.id" :for="'cw-element-copy-unit-' + unit.id">
<label :key="'label-' + unit.id" :for="'cw-element-copy-unit-' + unit.id">
<div class="icon"><studip-icon shape="courseware" size="32"/></div>
<div class="text">{{ unit.element.attributes.title }}</div>
<studip-icon shape="radiobutton-unchecked" size="24" class="unchecked" />
......
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