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