Skip to content

Commit 53efbaa

Browse files
authored
Merge pull request #241 from RedisInsight/release/1.2.0
Release/1.2.0 to latest
2 parents 95f3946 + 9c6d18e commit 53efbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/src/modules/keys-tree/components/keys-tree-header/KeysTreeHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const KeysTreeHeader = ({ database, open, dbTotal, children }: Props) =>
7070
database={database}
7171
loading={loading}
7272
scanned={scanned}
73-
total={showTree ? total : (dbTotal ?? null)}
73+
total={total ?? dbTotal ?? null}
7474
dbIndex={dbIndex}
7575
resultsLength={resultsLength}
7676
showTree={showTree}

0 commit comments

Comments
 (0)