1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00

fix: show total applications (#6326)

This commit is contained in:
Mateusz Kwasniewski 2024-02-23 07:18:11 +01:00 committed by GitHub
parent 42f6843029
commit 474e53460a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,7 +141,7 @@ export const PaginatedApplicationList = () => {
<PageContent <PageContent
header={ header={
<PageHeader <PageHeader
title={`Applications (${rows.length})`} title={`Applications (${total})`}
actions={ actions={
<Search <Search
initialValue={query || ''} initialValue={query || ''}