From 54db48b3ba7322301a9be207b094c8800054bdd8 Mon Sep 17 00:00:00 2001 From: Isaac Johnson Date: Thu, 21 Oct 2021 15:49:33 +1000 Subject: [PATCH] fix(grid): justifyContent instead of justify --- src/components/TableFilter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TableFilter.js b/src/components/TableFilter.js index 455a528dd..e821113fb 100644 --- a/src/components/TableFilter.js +++ b/src/components/TableFilter.js @@ -395,7 +395,7 @@ class TableFilter extends React.Component {
- + {columns.map((column, index) => { if (column.filter) { const filterType = column.filterType || options.filterType;