feat(plan): drive category select and view label from DB categories

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-06 00:52:07 +02:00
parent 8b77a0a905
commit dab5ad8aa5
3 changed files with 12 additions and 18 deletions

View File

@@ -684,6 +684,7 @@ export default function PlanWork() {
open={hookModal.kind !== "closed"}
mode={modalMode}
projects={projects}
categories={categories}
onClose={closeModal}
onSaveEntry={saveEntry}
onUpdateEntry={updateEntryFn}