Skip to content

Commit

Permalink
fix: index overview numberOfDocuments stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccox committed Oct 10, 2024
1 parent 084735d commit 9611b24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Page = () => {
title={<div className="text-1rem text-black font-bold">{t('count')}</div>}
value={stats?.indexes[currentIndex.index.uid].numberOfDocuments}
countUp
loading={!stats?.indexes[currentIndex.index.uid].numberOfDocuments}
loading={!stats?.indexes[currentIndex.index.uid]}
styleValue={{ color: 'green' }}
groupSeparator
/>
Expand Down

0 comments on commit 9611b24

Please sign in to comment.