Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
c0b978dc79
commit
0dc7031bc0
@@ -230,7 +230,7 @@ function ArchivePage() {
|
||||
className="flex-1"
|
||||
/>
|
||||
<div className="text-xs text-muted-foreground whitespace-nowrap">
|
||||
{filteredRows.length} of {rows.length} rows
|
||||
Showing {rows.length} of {totalCount} {debouncedSearch ? "matching" : ""} rows
|
||||
</div>
|
||||
{isAdmin && rows.length > 0 && (
|
||||
<Button variant="outline" size="sm" onClick={deleteAllInCategory}>
|
||||
|
||||
Reference in New Issue
Block a user