trithuc-mvc-react 1.7.4 → 1.7.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.
@@ -170,7 +170,7 @@ function FormField({
170
170
  render={({ field }) => {
171
171
  return (
172
172
  <FormControl fullWidth size={size}>
173
- <FormLabel>{label}</FormLabel>
173
+ {/* <FormLabel>{label}</FormLabel> */}
174
174
  <RadioGroup row {...field}>
175
175
  {[...datas].map(({ label, value }) => (
176
176
  <FormControlLabel key={value} value={value} control={<Radio />} label={label} />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trithuc-mvc-react",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"