fix: remove show file transtation

This commit is contained in:
Joel 2026-01-30 15:16:11 +08:00
parent ed9efba039
commit bf2e3d5151

View File

@ -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}