trithuc-mvc-react 1.8.3 → 1.8.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.
@@ -113,7 +113,6 @@ const DateRangePicker = ({ label = ["Từ ngày", "Đến ngày"] }) => {
113
113
  }));
114
114
  }}
115
115
  value={dateRange.startDate && moment(dateRange.startDate)}
116
- size={elementSize}
117
116
  maxDate={dateRange.endDate ?? moment(dateRange.endDate)}
118
117
  />
119
118
  <Typography variant="body1" sx={{ height: "24px", alignSelf: "center" }}>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trithuc-mvc-react",
3
- "version": "1.8.3",
3
+ "version": "1.8.5",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"