fix: open help dialog with tui/open-help route (#8596)

This commit is contained in:
Akshar Patel 2026-01-16 17:42:27 -05:00 committed by GitHub
parent 08b94a6890
commit c25155586c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,7 +119,9 @@ export const TuiRoutes = lazy(() =>
},
}),
async (c) => {
// TODO: open dialog
await Bus.publish(TuiEvent.CommandExecute, {
command: "help.show",
})
return c.json(true)
},
)