mirror of
https://github.com/langgenius/dify.git
synced 2026-02-13 16:00:55 -05:00
fix: remove show file transtation
This commit is contained in:
@@ -194,7 +194,8 @@ const FilePickerPanel = ({
|
||||
idAccessor="id"
|
||||
childrenAccessor="children"
|
||||
width="100%"
|
||||
height={containerSize?.height ?? 240}
|
||||
className="pb-2"
|
||||
height={containerSize?.height}
|
||||
rowHeight={24}
|
||||
indent={20}
|
||||
overscanCount={5}
|
||||
|
||||
Reference in New Issue
Block a user