Implemented rework suggestion by adding backer to group aggregation

This commit is contained in:
osiris
2020-01-08 17:17:48 +08:00
parent 2427743d0f
commit 98e0e96494
4 changed files with 13 additions and 7 deletions

View File

@@ -38,7 +38,10 @@
<span>{{ $t('push') }}</span>
</th>
</tr>
<tr v-for="notification in notificationsIds" :key="notification">
<tr
v-for="notification in notificationsIds"
:key="notification"
>
<td>
<span>{{ $t(notification) }}</span>
</td>
@@ -55,7 +58,7 @@
type="checkbox"
@change="set('pushNotifications', notification)"
>
<td v-else>
</td><td v-else>
&nbsp;
</td>
</tr>