mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-27 01:23:33 +00:00
chore: generate
This commit is contained in:
parent
ce9a875181
commit
090a26a301
1 changed files with 2 additions and 1 deletions
|
|
@ -672,7 +672,8 @@ export function MessageTimeline(props: {
|
|||
}))
|
||||
|
||||
const titleMutation = useMutation(() => ({
|
||||
mutationFn: (input: { id: string; title: string }) => sdk().api.session.rename({ sessionID: input.id, title: input.title }),
|
||||
mutationFn: (input: { id: string; title: string }) =>
|
||||
sdk().api.session.rename({ sessionID: input.id, title: input.title }),
|
||||
onSuccess: (_, input) => {
|
||||
sync().set(
|
||||
produce((draft) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue