Fix TypeScript build errors

- Remove unused variables (allFolders, getFolderDepth, hasChildren, legacyCategories)
- Fix Lucide icon title prop by wrapping in span elements

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-02-02 01:39:32 -05:00
parent fafdaa50a5
commit dbd38afb73
4 changed files with 7 additions and 19 deletions

View File

@@ -24,7 +24,6 @@ export function TreeMetadataForm() {
} = useTreeEditorStore()
const [categories, setCategories] = useState<CategoryListItem[]>([])
const [legacyCategories, setLegacyCategories] = useState<string[]>([])
const [customCategory, setCustomCategory] = useState(false)
// Load categories