mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 19:26:02 +08:00
fix: error igm
This commit is contained in:
parent
1d74e693ea
commit
ab868ac979
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
@ -195,5 +195,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"name": "Unknow"
|
"name": "Unknown"
|
||||||
}
|
}
|
@ -2,7 +2,7 @@
|
|||||||
// DON NOT EDIT IT MANUALLY
|
// DON NOT EDIT IT MANUALLY
|
||||||
|
|
||||||
import * as React from 'react'
|
import * as React from 'react'
|
||||||
import data from './Unknow.json'
|
import data from './Unknown.json'
|
||||||
import IconBase from '@/app/components/base/icons/IconBase'
|
import IconBase from '@/app/components/base/icons/IconBase'
|
||||||
import type { IconBaseProps, IconData } from '@/app/components/base/icons/IconBase'
|
import type { IconBaseProps, IconData } from '@/app/components/base/icons/IconBase'
|
||||||
|
|
||||||
@ -11,6 +11,6 @@ const Icon = React.forwardRef<React.MutableRefObject<SVGElement>, Omit<IconBaseP
|
|||||||
ref,
|
ref,
|
||||||
) => <IconBase {...props} ref={ref} data={data as IconData} />)
|
) => <IconBase {...props} ref={ref} data={data as IconData} />)
|
||||||
|
|
||||||
Icon.displayName = 'Unknow'
|
Icon.displayName = 'Unknown'
|
||||||
|
|
||||||
export default Icon
|
export default Icon
|
@ -6,6 +6,6 @@ export { default as Json } from './Json'
|
|||||||
export { default as Md } from './Md'
|
export { default as Md } from './Md'
|
||||||
export { default as Pdf } from './Pdf'
|
export { default as Pdf } from './Pdf'
|
||||||
export { default as Txt } from './Txt'
|
export { default as Txt } from './Txt'
|
||||||
export { default as Unknow } from './Unknow'
|
export { default as Unknown } from './Unknown'
|
||||||
export { default as Xlsx } from './Xlsx'
|
export { default as Xlsx } from './Xlsx'
|
||||||
export { default as Yaml } from './Yaml'
|
export { default as Yaml } from './Yaml'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user