trithuc-mvc-react 1.8.4 → 1.8.6

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" }}>
@@ -132,7 +131,6 @@ const DateRangePicker = ({ label = ["Từ ngày", "Đến ngày"] }) => {
132
131
  }));
133
132
  }}
134
133
  value={dateRange.endDate && moment(dateRange.endDate)}
135
- size={elementSize}
136
134
  minDate={dateRange.startDate ?? moment(dateRange.startDate)}
137
135
  />
138
136
  </Stack>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trithuc-mvc-react",
3
- "version": "1.8.4",
3
+ "version": "1.8.6",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"