fix: minimatch error

This commit is contained in:
jialin
2026-01-15 09:28:19 +08:00
parent 11b9430b15
commit b1cb4bbe32
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { ModelFileFormData as FormData } from '@/pages/resources/config/types';
import { useIntl } from '@umijs/max';
import { Form } from 'antd';
import _ from 'lodash';
import { minimatch } from 'minimatch';
import minimatch from 'minimatch';
import React, {
forwardRef,
useEffect,
@@ -29,7 +29,7 @@ const { Paragraph } = Typography;
const TextWrapper = styled.div`
display: flex;
align-items: center;
cursor: pointer;
cursor: default;
height: 100%;
min-width: 32px;
`;