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