From 274c80130f263caa464d19069a3f27008e3cc327 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Sat, 30 Sep 2023 11:06:10 +0330 Subject: [PATCH] TF-105 fixed bug style top toolbar datatable --- src/core/components/DataTable.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/components/DataTable.jsx b/src/core/components/DataTable.jsx index 1ec20b4..b41f19f 100644 --- a/src/core/components/DataTable.jsx +++ b/src/core/components/DataTable.jsx @@ -105,7 +105,8 @@ function DataTable(props) { positionToolbarAlertBanner="bottom" renderTopToolbarCustomActions={({table}) => (<> {props.enableCustomToolbar /* send condition */ ? - /* send component */ : ""} + /* send component */ : } )} renderBottomToolbarCustomActions={({table}) => (<> {props.enableLastUpdate /* send condition */ ? (