We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c2507 commit c6844cdCopy full SHA for c6844cd
src/screens/home/admin/ResourcesTreeView.tsx
@@ -21,6 +21,8 @@ export function ResourcesTreeView({
21
tree,
22
layout,
23
}: 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)
26
const [expanded, setExpanded] = useState<string>();
27
28
const sortedEntries = useMemo(
0 commit comments