Ver Fonte

fix: types

xingyu4j há 7 meses atrás
pai
commit
48b3d30088
1 ficheiros alterados com 0 adições e 1 exclusões
  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;
 }