fix: update form value trigger tips

This commit is contained in:
jialin
2025-04-30 11:01:14 +08:00
parent 52add26905
commit a3501e5417
15 changed files with 116 additions and 68 deletions
@@ -193,7 +193,6 @@ const Wrapper: FC<WrapperProps> = ({
onClick
}) => {
const { token } = theme.useToken();
console.log('token=====', token);
const wrapperClass = classNames(
status ? `validate-status-${status}` : '',
className,