Skip to content

Commit 98af5f8

Browse files
committed
removed headings from empty state table
1 parent 57fb861 commit 98af5f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/users/accounts-list.js

-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ const AccountsList = ({ accounts, current_user, groups, min_uid, max_uid, shells
449449
</CardHeader>
450450
<ListingTable columns={columns}
451451
id="accounts-list"
452-
isEmptyStateInTable={currentTextFilter !== "" && filtered_accounts.length !== accounts.length}
453452
rows={ filtered_accounts.map(a => getAccountRow(a, current_user === a.name, groups)) }
454453
loading={ accounts.length ? '' : _("Loading...") }
455454
sortMethod={sortRows}

0 commit comments

Comments
 (0)