Merge pull request #178 from ephraimduncan/chore/remove-row-selection-count

chore: remove row selection count
This commit is contained in:
Mauricio Siu 2024-06-29 19:38:36 -06:00 committed by GitHub
commit 2e6489d315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,10 +161,6 @@ export const ShowContainers = () => {
</Table>
</div>
<div className="flex items-center justify-end space-x-2 py-4">
<div className="flex-1 text-sm text-muted-foreground">
{table.getFilteredSelectedRowModel().rows.length} of{" "}
{table.getFilteredRowModel().rows.length} row(s) selected.
</div>
<div className="space-x-2 flex flex-wrap">
<Button
variant="outline"