fix: 修复管理端类型检查错误
- 为分页数据列表补充明确行类型 - 修正插件数组默认值解析的类型转换 - 删除 tinyflow 未使用辅助函数
This commit is contained in:
@@ -171,10 +171,6 @@ function isCollectionOutputParameter(parameter?: Parameter | null) {
|
||||
);
|
||||
}
|
||||
|
||||
function getCollectionDisplayName(label: string) {
|
||||
return label.endsWith('.[]') ? label : `${label}.[]`;
|
||||
}
|
||||
|
||||
function buildCollectionAwareLabel(
|
||||
referenceLabel: string,
|
||||
parentLabel: string,
|
||||
|
||||
Reference in New Issue
Block a user