Skip to content

Commit d5571fb

Browse files
committed
fix: group name not showing in admin group table
1 parent 2acc83e commit d5571fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/ui-table/cell/admin/groups/cell-group-name.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<span>@record</span>
1+
<span>{{ @record }}</span>
22
<div class="ui hidden divider"></div>
33
<div class="ui horizontal compact basic buttons">
44
<LinkTo @route="groups.edit.settings" @model={{@extraRecords.id}}>

0 commit comments

Comments
 (0)