Export dialog: fix spacing

This commit is contained in:
Sidney Alcantara
2021-09-13 17:22:22 +10:00
parent c86d402b66
commit ece02c0cea

View File

@@ -96,7 +96,7 @@ export default function Export() {
title={mode}
header={
<>
<DialogContent>
<DialogContent style={{ flexGrow: 0, flexShrink: 0 }}>
{(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."