Skip to content

Commit 2003ce0

Browse files
committed
fix: worktree path validator trigger error
Signed-off-by: Gadfly <[email protected]>
1 parent bf12426 commit 2003ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ViewModels/AddWorktree.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class AddWorktree : Popup
1212
public string Path
1313
{
1414
get => _path;
15-
set => SetProperty(ref _path, value);
15+
set => SetProperty(ref _path, value, true);
1616
}
1717

1818
public bool CreateNewBranch

0 commit comments

Comments
 (0)