fix: minimatch error
This commit is contained in:
@@ -7,7 +7,7 @@ import { ModelFileFormData as FormData } from '@/pages/resources/config/types';
|
|||||||
import { useIntl } from '@umijs/max';
|
import { useIntl } from '@umijs/max';
|
||||||
import { Form } from 'antd';
|
import { Form } from 'antd';
|
||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
import { minimatch } from 'minimatch';
|
import minimatch from 'minimatch';
|
||||||
import React, {
|
import React, {
|
||||||
forwardRef,
|
forwardRef,
|
||||||
useEffect,
|
useEffect,
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ const { Paragraph } = Typography;
|
|||||||
const TextWrapper = styled.div`
|
const TextWrapper = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: default;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-width: 32px;
|
min-width: 32px;
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user