From ece02c0cea08acf8b425faaf3dab1fd88bae76e2 Mon Sep 17 00:00:00 2001 From: Sidney Alcantara Date: Mon, 13 Sep 2021 17:22:22 +1000 Subject: [PATCH] Export dialog: fix spacing --- src/components/Table/TableHeader/Export/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."