trithuc-mvc-react 2.9.4 → 2.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -247,7 +247,7 @@ const DataTable = ({ multipleActions = [], page, setPage = () => {}, disableEdit
247
247
  multipleActions={multipleActions}
248
248
  />
249
249
 
250
- <Table className="border" size={downXL ? "small" : "medium"}>
250
+ <Table size={downXL ? "small" : "medium"}>
251
251
  <TableHead
252
252
  headLabel={columns}
253
253
  onSelectAllClick={handleSelectAllClick}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trithuc-mvc-react",
3
- "version": "2.9.4",
3
+ "version": "2.9.5",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"