Skip to content

Commit 6e35ee6

Browse files
committed
fix: remove SearchResultSelectedCommit from preference.json
1 parent bb557cd commit 6e35ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ViewModels/Repository.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ public bool HasUnsolvedConflicts
236236
private set => SetProperty(ref _hasUnsolvedConflicts, value);
237237
}
238238

239+
[JsonIgnore]
239240
public Models.Commit SearchResultSelectedCommit
240241
{
241242
get => _searchResultSelectedCommit;

0 commit comments

Comments
 (0)