mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Add guards
This commit is contained in:
@@ -41,7 +41,7 @@ export function ResumeSessionDialog({
|
||||
: 5;
|
||||
|
||||
const picker = useSessionPicker({
|
||||
sessionService: sessionServiceRef.current!,
|
||||
sessionService: sessionServiceRef.current,
|
||||
currentBranch,
|
||||
onSelect,
|
||||
onCancel,
|
||||
|
||||
Reference in New Issue
Block a user