Commit 677fe73
committed
Fix inverted worktree path condition in NewTaskDraftScreen
The ternary was backwards: it passed null when workspaceMode was 'worktree'
and the selectedWorktreePath when it was not. Flipped the condition so
worktree mode correctly receives the selected worktree path.1 parent 1705361 commit 677fe73
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| |||
0 commit comments