feat: support search at n level depth
This commit is contained in:
@@ -623,8 +623,8 @@ const treeAdapter = markRaw(
|
||||
)
|
||||
)
|
||||
|
||||
const searchTreeAdapter = new WorkspaceRESTSearchCollectionTreeAdapter(
|
||||
filteredCollections
|
||||
const searchTreeAdapter = markRaw(
|
||||
new WorkspaceRESTSearchCollectionTreeAdapter(filteredCollections)
|
||||
)
|
||||
|
||||
const isSelected = ({
|
||||
|
||||
Reference in New Issue
Block a user