From 3aa6499cd460e66988f00c18f071bbcffa4ca0e1 Mon Sep 17 00:00:00 2001 From: Adarsh Tiwari Date: Tue, 13 Jan 2026 17:44:19 +0530 Subject: [PATCH] fix: remove header bug (#26438) * remove header and add standard pagination * Remove unused props from OutOfOfficeEntriesList Removed unnecessary props from the data table component. * removed standard pagination * fix * Update OutOfOfficeEntriesList.tsx * remove unnecessary padding --------- Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Co-authored-by: Keith Williams --- apps/web/modules/settings/outOfOffice/OutOfOfficeEntriesList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/modules/settings/outOfOffice/OutOfOfficeEntriesList.tsx b/apps/web/modules/settings/outOfOffice/OutOfOfficeEntriesList.tsx index d37d977237..5a7d5af71a 100644 --- a/apps/web/modules/settings/outOfOffice/OutOfOfficeEntriesList.tsx +++ b/apps/web/modules/settings/outOfOffice/OutOfOfficeEntriesList.tsx @@ -350,6 +350,7 @@ function OutOfOfficeEntriesListContent({ dateRange: false, }, }, + enableHiding: false, enableRowSelection: false, manualPagination: true, getCoreRowModel: getCoreRowModel(),