Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2024-12-04 05:08:14 +00:00
commit a3fa990da3

View File

@ -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}" }) }}`,