mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
update UI Chat Message source links
This commit is contained in:
@@ -346,7 +346,7 @@ export const ChatMessage = ({ open, chatflowid, isDialog }) => {
|
|||||||
key={index}
|
key={index}
|
||||||
label={
|
label={
|
||||||
URL
|
URL
|
||||||
? `${(URL.hostname + URL.pathname).substring(0, 15)}...`
|
? `${URL.pathname.substring(0, 15)}...`
|
||||||
: `${source.pageContent.substring(0, 15)}...`
|
: `${source.pageContent.substring(0, 15)}...`
|
||||||
}
|
}
|
||||||
component='a'
|
component='a'
|
||||||
|
|||||||
Reference in New Issue
Block a user