From 55bdedc29add8446369b252b0942aafab9a27743 Mon Sep 17 00:00:00 2001 From: Wlad Meixner Date: Sun, 15 Mar 2020 21:10:55 +0100 Subject: [PATCH] [react-bootstrap-table-next] fix test column --- .../react-bootstrap-table-next-tests.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react-bootstrap-table-next/react-bootstrap-table-next-tests.tsx b/types/react-bootstrap-table-next/react-bootstrap-table-next-tests.tsx index 48d9835b3a..6fd665fbf4 100644 --- a/types/react-bootstrap-table-next/react-bootstrap-table-next-tests.tsx +++ b/types/react-bootstrap-table-next/react-bootstrap-table-next-tests.tsx @@ -69,6 +69,7 @@ const productColumns: Array> = [ */ { isDummyField: true, + dataField: '', sort: true, formatter: priceFormatter, text: 'Product Price',