Skip to content

Commit

Permalink
feat: 增加 antVersion 配置属性,用来处理 ant v4 与 v5 不兼容性属性问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbxs committed Dec 19, 2023
1 parent 4de30d3 commit 68b2390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-render/src/widgets/listTable/tableCell.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState, useRef } from 'react';
import { Popover, version } from 'antd';
import { Popover } from 'antd';

const TableCell = (props: any) => {
const { renderCore, schema, dataIndex, ...otherProps } = props;
Expand Down

0 comments on commit 68b2390

Please sign in to comment.