diff --git a/packages/plugins/@nocobase/plugin-workflow/src/client/schemas/workflows.ts b/packages/plugins/@nocobase/plugin-workflow/src/client/schemas/workflows.ts index 89f8cbf47b..4e80f3097c 100644 --- a/packages/plugins/@nocobase/plugin-workflow/src/client/schemas/workflows.ts +++ b/packages/plugins/@nocobase/plugin-workflow/src/client/schemas/workflows.ts @@ -52,12 +52,12 @@ const collection = { { type: 'boolean', name: 'sync', - interface: 'select', + interface: 'radioGroup', uiSchema: { title: `{{t("Mode", { ns: "${NAMESPACE}" })}}`, type: 'boolean', 'x-decorator': 'FormItem', - 'x-component': 'Select', + 'x-component': 'Radio.Group', enum: [ { label: `{{ t("Asynchronously", { ns: "${NAMESPACE}" }) }}`,