浏览代码

fix: types

xingyu4j 7 月之前
父节点
当前提交
48b3d30088
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/effects/common-ui/src/ui/profile/types.ts

+ 0 - 1
packages/effects/common-ui/src/ui/profile/types.ts

@@ -13,7 +13,6 @@ export interface FormSchemaItem {
   description: string;
   fieldName: string;
   label: string;
-  name: string;
   value: boolean;
 }