Przeglądaj źródła

fix(network): fix network clusters config

lind 3 lat temu
rodzic
commit
3d75e5517d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/pages/link/Type/Detail/index.tsx

+ 1 - 1
src/pages/link/Type/Detail/index.tsx

@@ -658,7 +658,7 @@ const Save = observer(() => {
                 'x-component': 'ArrayCollapse',
                 'x-component': 'ArrayCollapse',
                 'x-decorator': 'FormItem',
                 'x-decorator': 'FormItem',
                 items: {
                 items: {
-                  type: 'void',
+                  type: 'object',
                   'x-component': 'ArrayCollapse.CollapsePanel',
                   'x-component': 'ArrayCollapse.CollapsePanel',
                   'x-component-props': {
                   'x-component-props': {
                     header: '配置信息',
                     header: '配置信息',