Skip to content
Snippets Groups Projects
Verified Commit 2a8e30f8 authored by permcu's avatar permcu Committed by Jonathan Weth
Browse files

Add TODO

parent bb77b10f
No related branches found
No related tags found
1 merge request!373Resolve "Substitutions table for new data model"
......@@ -12,6 +12,7 @@ import CRUDList from "aleksis.core/components/generic/CRUDList.vue";
:enable-create="false"
:enable-edit="false"
>
<!-- TODO: Component for strike -> bold || normal -->
<template #groups="{ item: { oldGroups, newGroups } }">
<span v-if="newGroups.length > 0">
<strike v-for="g in oldGroups"> {{ g.shortName }} </strike>
......
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