瀏覽代碼

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;
   description: string;
   fieldName: string;
   fieldName: string;
   label: string;
   label: string;
-  name: string;
   value: boolean;
   value: boolean;
 }
 }