mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 19:36:53 +08:00
feat: support rename conversation (#1056)
This commit is contained in:
@@ -64,6 +64,8 @@ const Icon = React.forwardRef<React.MutableRefObject<SVGElement>, Omit<IconBaseP
|
||||
ref,
|
||||
) => <IconBase {...props} ref={ref} data={data as IconData} />)
|
||||
|
||||
Icon.displayName = '<%= svgName %>'
|
||||
|
||||
export default Icon
|
||||
`.trim())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user