mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
Add guards
This commit is contained in:
parent
f5c868702b
commit
e76f47512c
3 changed files with 22 additions and 7 deletions
|
|
@ -41,7 +41,7 @@ export function ResumeSessionDialog({
|
|||
: 5;
|
||||
|
||||
const picker = useSessionPicker({
|
||||
sessionService: sessionServiceRef.current!,
|
||||
sessionService: sessionServiceRef.current,
|
||||
currentBranch,
|
||||
onSelect,
|
||||
onCancel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue