1
0
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:
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
header={
<PageHeader
title={`Applications (${rows.length})`}
title={`Applications (${total})`}
actions={
<Search
initialValue={query || ''}