From 7f7bc989c6927aa3bb5fbb2dce461c96faf13fb7 Mon Sep 17 00:00:00 2001 From: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Date: Mon, 1 Sep 2025 15:44:22 +0530 Subject: [PATCH] fix: data table toolbar alignment (#6486) --- .../ui/components/data-table/components/data-table-toolbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/modules/ui/components/data-table/components/data-table-toolbar.tsx b/apps/web/modules/ui/components/data-table/components/data-table-toolbar.tsx index b17d2278a6..5722deefaf 100644 --- a/apps/web/modules/ui/components/data-table/components/data-table-toolbar.tsx +++ b/apps/web/modules/ui/components/data-table/components/data-table-toolbar.tsx @@ -34,7 +34,7 @@ export const DataTableToolbar = ({ const router = useRouter(); return ( -
+
{table.getFilteredSelectedRowModel().rows.length > 0 ? (