refactor(tui): flatten project picker list (#39726)

This commit is contained in:
Kit Langton 2026-07-30 14:18:16 -04:00 committed by GitHub
commit 188c642d8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,6 @@ export function DialogProject() {
description: truncateFilePath(description, width),
searchText: description,
value: project.canonical,
category: project.id === current()?.id ? "Current" : "Projects",
}
})
})