Skip to content

Commit

Permalink
chore: remove warning and utils
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Oct 17, 2022
1 parent b0b153b commit 3c8406e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/field/src/components/Digit/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { InputNumber } from 'antd';
import omit from 'lodash.omit';
import React, { useCallback } from 'react';
import omit from 'omit.js';
import type { ProFieldFC } from '../../index';

// 兼容代码-----------
Expand Down

0 comments on commit 3c8406e

Please sign in to comment.