Skip to content

Commit

Permalink
fix: 修复 Lodash 依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
heiyexing committed Aug 27, 2024
1 parent 6c8eaff commit cf5b38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app-header/btn/import-btn/file-upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Geometry } from '@turf/turf';
import { feature, featureCollection } from '@turf/turf';
import type { UploadFile } from 'antd';
import { Form, Select, Tooltip, Upload, message } from 'antd';
import { cloneDeep } from 'lodash';
import { cloneDeep } from 'lodash-es';
import React, {
forwardRef,
useImperativeHandle,
Expand Down

0 comments on commit cf5b38c

Please sign in to comment.