mirror of https://github.com/langgenius/dify.git
chore: hide mock data
This commit is contained in:
parent
559d014b29
commit
64897bc6fe
|
|
@ -53,13 +53,13 @@ const Right = ({
|
|||
const bottomPanelWidth = useStore(s => s.bottomPanelWidth)
|
||||
const setShowVariableInspectPanel = useStore(s => s.setShowVariableInspectPanel)
|
||||
const setCurrentFocusNodeId = useStore(s => s.setCurrentFocusNodeId)
|
||||
// const isTruncated = currentNodeVar?.var.is_truncated
|
||||
// const fullContent = currentNodeVar?.var.full_content
|
||||
const isTruncated = true
|
||||
const fullContent = {
|
||||
size_bytes: 11289600,
|
||||
download_url: 'https://upload.dify.ai/files/222bc6e7-40bd-4433-9ba8-4b9ecda88b14/file-preview?timestamp=1754976824&nonce=d970eb39b119f76ec94a9b026f2825b3&sign=ltJO4vS0jrwxuBl4GU74E1Sg_Tia2Y4g2LoBoPh3970=&as_attachment=true',
|
||||
}
|
||||
const isTruncated = currentNodeVar?.var.is_truncated
|
||||
const fullContent = currentNodeVar?.var.full_content
|
||||
// const isTruncated = true
|
||||
// const fullContent = {
|
||||
// size_bytes: 11289600,
|
||||
// download_url: 'https://upload.dify.ai/files/222bc6e7-40bd-4433-9ba8-4b9ecda88b14/file-preview?timestamp=1754976824&nonce=d970eb39b119f76ec94a9b026f2825b3&sign=ltJO4vS0jrwxuBl4GU74E1Sg_Tia2Y4g2LoBoPh3970=&as_attachment=true',
|
||||
// }
|
||||
|
||||
const {
|
||||
resetConversationVar,
|
||||
|
|
|
|||
Loading…
Reference in New Issue