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.
- package/package.json +1 -1
- package/src/template.js +0 -2
package/package.json
CHANGED
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
|
});
|