Skip to content

Commit

Permalink
Merge pull request #241 from RedisInsight/release/1.2.0
Browse files Browse the repository at this point in the history
Release/1.2.0 to latest
  • Loading branch information
vlad-dargel authored Dec 20, 2024
2 parents 95f3946 + 9c6d18e commit 53efbaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const KeysTreeHeader = ({ database, open, dbTotal, children }: Props) =>
database={database}
loading={loading}
scanned={scanned}
total={showTree ? total : (dbTotal ?? null)}
total={total ?? dbTotal ?? null}
dbIndex={dbIndex}
resultsLength={resultsLength}
showTree={showTree}
Expand Down

0 comments on commit 53efbaa

Please sign in to comment.