Skip to content

Commit c6844cd

Browse files
committed
Add todo note
1 parent c3c2507 commit c6844cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/screens/home/admin/ResourcesTreeView.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export function ResourcesTreeView({
2121
tree,
2222
layout,
2323
}: ResourcesTreeViewProps) {
24+
// TODO: Use a set here and let the user expand multiple nodes (but only in
25+
// list view, in column view this doesn't make sense and shouldn't be allowed)
2426
const [expanded, setExpanded] = useState<string>();
2527

2628
const sortedEntries = useMemo(

0 commit comments

Comments
 (0)