fix: CInput not found
This commit is contained in:
@@ -203,7 +203,7 @@ const RenderParts = (props: { record: ListItem }) => {
|
||||
|
||||
return (
|
||||
<TooltipOverlayScroller title={renderItem()}>
|
||||
<FilesTag color="purple" icon={<InfoCircleOutlined />}>
|
||||
<FilesTag color="purple" icon={<InfoCircleOutlined />} variant="outlined">
|
||||
<span style={{ opacity: 1 }}>
|
||||
{record.resolved_paths?.length}{' '}
|
||||
{intl.formatMessage({ id: 'models.form.files' })}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import {
|
||||
Input as CInput,
|
||||
ModalFooter,
|
||||
ScrollerModal,
|
||||
Textarea as SealTextArea
|
||||
|
||||
Reference in New Issue
Block a user