Skip to content

Commit 2263e43

Browse files
committed
fix: Move Repository Node popup never close
Signed-off-by: leo <[email protected]>
1 parent 9ecf83d commit 2263e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ViewModels/MoveRepositoryNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public override Task<bool> Sure()
4343
Welcome.Instance.Refresh();
4444
}
4545

46-
return null;
46+
return Task.FromResult(true);
4747
}
4848

4949
private void MakeRows(List<RepositoryNode> collection, int depth)

0 commit comments

Comments
 (0)