fix: Print actually issue
This commit is contained in:
parent
5f6996ac53
commit
0d69634bcc
@ -32,7 +32,7 @@ public partial class RepositoryModel : ReactiveModel
|
|||||||
public ObservableCollection<Commit> Commits { get; } = new();
|
public ObservableCollection<Commit> Commits { get; } = new();
|
||||||
|
|
||||||
public ObservableCollection<Webhook> Webhooks { get; } = new();
|
public ObservableCollection<Webhook> Webhooks { get; } = new();
|
||||||
|
|
||||||
public ObservableCollection<Issue> Issues { get; } = new();
|
public ObservableCollection<Issue> Issues { get; } = new();
|
||||||
|
|
||||||
public enum RepositoryRole : byte
|
public enum RepositoryRole : byte
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user