zet-lib 1.3.4 → 1.3.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.
Files changed (2) hide show
  1. package/lib/zRoute.js +1 -0
  2. package/package.json +1 -1
package/lib/zRoute.js CHANGED
@@ -2475,6 +2475,7 @@ zRoute.forms = (req, res, MYMODEL, relations, data = {}, tableRelations = {}) =>
2475
2475
  break
2476
2476
  case 'radio':
2477
2477
  obj.type = 'radio'
2478
+ obj.class = '';
2478
2479
  obj.data = relations[key]
2479
2480
  obj.array = relations[key + 'Array']
2480
2481
  break
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"