mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 07:29:24 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
a3fa990da3
@ -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}" }) }}`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user