Fix table pagination issue 61/106361/1
authorsebdet <sebastien.determe@intl.att.com>
Tue, 21 Apr 2020 15:17:56 +0000 (17:17 +0200)
committersebdet <sebastien.determe@intl.att.com>
Tue, 21 Apr 2020 15:17:56 +0000 (17:17 +0200)
The pagination issue was due to a bug in the material-ui javascript lib

Issue-ID: CLAMP-803
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I9a9cf3ee373528a343f72b6c625326554ffd9965

ui-react/package.json

index 73598ec..883a441 100644 (file)
@@ -33,9 +33,9 @@
                "bootstrap-css-only": "4.3.1",
                "styled-components": "4.3.2",
                "react-router-dom": "5.0.1",
-               "@material-ui/core": "4.6.0",
-               "@material-ui/icons": "4.5.1",
-               "material-table": "1.53.0",
+               "@material-ui/core": "4.9.11",
+               "@material-ui/icons": "4.9.1",
+               "material-table": "1.57.2",
                "react-select": "3.0.8"
        },
        "devDependencies": {