This is an automated email from the ASF dual-hosted git repository.

kgabryje pushed a commit to branch folders
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 0043cc6484c5d8ed1041c8cfe65582284a026b7d
Author: Kamil Gabryjelski <[email protected]>
AuthorDate: Thu Jan 29 16:19:00 2026 +0100

    Fix search
---
 .../src/components/Datasource/FoldersEditor/VirtualizedTreeList.tsx      | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/superset-frontend/src/components/Datasource/FoldersEditor/VirtualizedTreeList.tsx
 
b/superset-frontend/src/components/Datasource/FoldersEditor/VirtualizedTreeList.tsx
index a90d4eeb3e3..57ba0e33d29 100644
--- 
a/superset-frontend/src/components/Datasource/FoldersEditor/VirtualizedTreeList.tsx
+++ 
b/superset-frontend/src/components/Datasource/FoldersEditor/VirtualizedTreeList.tsx
@@ -102,6 +102,7 @@ export function VirtualizedTreeList({
     collapsedIds,
     folderChildCounts,
     itemSeparatorInfo,
+    visibleItemIds,
     isDragging,
   ]);
 

Reply via email to