From f1d9bf460d550308211982c83ed6d7e4fdd06507 Mon Sep 17 00:00:00 2001 From: Aijana Schumann Date: Wed, 4 Nov 2020 17:29:38 +0100 Subject: Update material-ui and material-icons version Update material-ui and material-icons to latest version Issue-ID: CCSDK-2884 Signed-off-by: Aijana Schumann Change-Id: Ic20e63f12e2ccaf985e43c99009fff9938a9fd02 --- sdnr/wt/odlux/framework/src/components/material-table/tableToolbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdnr/wt/odlux/framework/src/components/material-table/tableToolbar.tsx') diff --git a/sdnr/wt/odlux/framework/src/components/material-table/tableToolbar.tsx b/sdnr/wt/odlux/framework/src/components/material-table/tableToolbar.tsx index a4080b51b..59dc49c50 100644 --- a/sdnr/wt/odlux/framework/src/components/material-table/tableToolbar.tsx +++ b/sdnr/wt/odlux/framework/src/components/material-table/tableToolbar.tsx @@ -108,7 +108,7 @@ class TableToolbarComponent extends React.Component {this.props.customActionButtons ? this.props.customActionButtons.map((action, ind) => ( - + action.onClick()}> -- cgit 1.2.3-korg