diff --git a/src/components/common/DataGrid.tsx b/src/components/common/DataGrid.tsx index f2c1cac99..c988bc938 100644 --- a/src/components/common/DataGrid.tsx +++ b/src/components/common/DataGrid.tsx @@ -111,7 +111,11 @@ export function DataGrid({ placeholder={t(labels.search)} /> )} - + {renderActions?.()} {!isMobile && viewToggleButton}