feat(sms): NotificationLists Type column (S8)

This commit is contained in:
Joseph Doherty
2026-06-19 10:51:11 -04:00
parent 73df322a66
commit 58ac06a358
2 changed files with 53 additions and 0 deletions
@@ -45,6 +45,7 @@
<thead class="table-light">
<tr>
<th>Name</th>
<th>Type</th>
<th>Recipients</th>
<th class="text-end">Actions</th>
</tr>
@@ -56,6 +57,7 @@
?? (IReadOnlyList<NotificationRecipient>)Array.Empty<NotificationRecipient>();
<tr @key="list.Id">
<td>@list.Name</td>
<td>@list.Type</td>
<td>
@if (recipients.Count == 0)
{