Browse Source

fix: types

xingyu4j 7 tháng trước cách đây
mục cha
commit
48b3d30088
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
 }