chore: remove row selection count because row selection has been disabled

This commit is contained in:
Ephraim Atta-Duncan
2024-06-30 00:49:19 +00:00
parent 85f025c729
commit 60521c1025

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"