Code Review
/
policy
/
clamp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
dffa1b9
)
Fix table pagination issue
author
sebdet
<sebastien.determe@intl.att.com>
Tue, 21 Apr 2020 15:17:56 +0000
(17:17 +0200)
committer
sebdet
<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
patch
|
blob
|
history
diff --git
a/ui-react/package.json
b/ui-react/package.json
index
73598ec
..
883a441
100644
(file)
--- a/
ui-react/package.json
+++ b/
ui-react/package.json
@@
-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.5
3.0
",
+ "@material-ui/core": "4.
9.11
",
+ "@material-ui/icons": "4.
9
.1",
+ "material-table": "1.5
7.2
",
"react-select": "3.0.8"
},
"devDependencies": {