mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
fix: show total applications (#6326)
This commit is contained in:
parent
42f6843029
commit
474e53460a
@ -141,7 +141,7 @@ export const PaginatedApplicationList = () => {
|
||||
<PageContent
|
||||
header={
|
||||
<PageHeader
|
||||
title={`Applications (${rows.length})`}
|
||||
title={`Applications (${total})`}
|
||||
actions={
|
||||
<Search
|
||||
initialValue={query || ''}
|
||||
|
Loading…
Reference in New Issue
Block a user