xingyu4j 7 mesi fa
parent
commit
48b3d30088
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;
 }