diff --git a/src/components/Table/TableHeader/Export/index.tsx b/src/components/Table/TableHeader/Export/index.tsx index 36d333a2..a842260d 100644 --- a/src/components/Table/TableHeader/Export/index.tsx +++ b/src/components/Table/TableHeader/Export/index.tsx @@ -96,7 +96,7 @@ export default function Export() { title={mode} header={ <> - + {(tableState?.filters && tableState?.filters.length !== 0) || (tableState?.orderBy && tableState?.orderBy.length !== 0) ? "The filters and sorting applied to the table will be used in the export."