antd-management-fast-develop 1.1.55 → 1.1.57

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/package.json +1 -1
  2. package/src/template.js +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-develop",
3
- "version": "1.1.55",
3
+ "version": "1.1.57",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
package/src/template.js CHANGED
@@ -224,8 +224,6 @@ export function renderCustom<%= o.functionSegment %>Radio({
224
224
  innerProps: innerProperties = null,
225
225
  adjustListData: adjustListDataCallback = null,
226
226
  }) {
227
- const title = label || unknownLabel;
228
-
229
227
  const listData = refit<%= o.functionSegment %>List({
230
228
  withUnlimited: true,
231
229
  });