fix: sub-table big field should support variable default value (#4062)

This commit is contained in:
katherinehhh 2024-04-17 10:50:07 +08:00 committed by GitHub
parent 39f8bd529a
commit 6a0777397a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,11 @@
import { css } from '@emotion/css';
import { FormItem } from '@formily/antd-v5';
// import { FormItem } from '@formily/antd-v5';
import { Field, createForm } from '@formily/core';
import { FormContext, RecursionField, observer, useField, useFieldSchema } from '@formily/react';
import React, { useMemo, useRef } from 'react';
import { useCollectionManager_deprecated } from '../../../collection-manager';
import { StablePopover } from '../popover';
import { FormItem } from '../form-item';
export const Editable = observer(
(props) => {