mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 23:02:26 +00:00
tui: fix continue session navigation to use most recent session instead of oldest session
This commit is contained in:
@@ -10,7 +10,5 @@ export interface Args {
|
||||
|
||||
export const { use: useArgs, provider: ArgsProvider } = createSimpleContext({
|
||||
name: "Args",
|
||||
init: (props: Args) => {
|
||||
return props
|
||||
},
|
||||
init: (props: Args) => props,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user