Browse Source

fix: types

pull/6897/head
xingyu4j 3 months ago
parent
commit
48b3d30088
  1. 1
      packages/effects/common-ui/src/ui/profile/types.ts

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;
} }

Loading…
Cancel
Save