fix: CInput not found
This commit is contained in:
+1
-4
@@ -12,9 +12,6 @@
|
|||||||
"setup": "max setup",
|
"setup": "max setup",
|
||||||
"start": "npm run dev"
|
"start": "npm run dev"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
|
||||||
"immer": "^9.0.6"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ant-design/icons": "^6.1.0",
|
"@ant-design/icons": "^6.1.0",
|
||||||
"@ant-design/pro-components": "3.1.0-0",
|
"@ant-design/pro-components": "3.1.0-0",
|
||||||
@@ -105,9 +102,9 @@
|
|||||||
"eslint-plugin-react": "^7.37.5",
|
"eslint-plugin-react": "^7.37.5",
|
||||||
"eslint-plugin-react-hooks": "^7.0.1",
|
"eslint-plugin-react-hooks": "^7.0.1",
|
||||||
"eslint-plugin-unused-imports": "^4.4.1",
|
"eslint-plugin-unused-imports": "^4.4.1",
|
||||||
"globals": "^17.4.0",
|
|
||||||
"extract-css-loader": "^0.0.1",
|
"extract-css-loader": "^0.0.1",
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
|
"globals": "^17.4.0",
|
||||||
"husky": "^9.0.11",
|
"husky": "^9.0.11",
|
||||||
"less-loader": "^12.2.0",
|
"less-loader": "^12.2.0",
|
||||||
"lint-staged": "^15.2.2",
|
"lint-staged": "^15.2.2",
|
||||||
|
|||||||
@@ -1,4 +1,9 @@
|
|||||||
import { LabelSelector, ModalFooter, ScrollerModal } from '@gpustack/core-ui';
|
import {
|
||||||
|
Input as CInput,
|
||||||
|
LabelSelector,
|
||||||
|
ModalFooter,
|
||||||
|
ScrollerModal
|
||||||
|
} from '@gpustack/core-ui';
|
||||||
import { useIntl } from '@umijs/max';
|
import { useIntl } from '@umijs/max';
|
||||||
import { Form } from 'antd';
|
import { Form } from 'antd';
|
||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ const RenderParts = (props: { record: ListItem }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<TooltipOverlayScroller title={renderItem()}>
|
<TooltipOverlayScroller title={renderItem()}>
|
||||||
<FilesTag color="purple" icon={<InfoCircleOutlined />}>
|
<FilesTag color="purple" icon={<InfoCircleOutlined />} variant="outlined">
|
||||||
<span style={{ opacity: 1 }}>
|
<span style={{ opacity: 1 }}>
|
||||||
{record.resolved_paths?.length}{' '}
|
{record.resolved_paths?.length}{' '}
|
||||||
{intl.formatMessage({ id: 'models.form.files' })}
|
{intl.formatMessage({ id: 'models.form.files' })}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import {
|
import {
|
||||||
|
Input as CInput,
|
||||||
ModalFooter,
|
ModalFooter,
|
||||||
ScrollerModal,
|
ScrollerModal,
|
||||||
Textarea as SealTextArea
|
Textarea as SealTextArea
|
||||||
|
|||||||
Reference in New Issue
Block a user