fix<Repository>: filter not working

This commit is contained in:
leo 2024-02-06 17:52:16 +08:00
parent 5781a22b4c
commit 98e65c0f11
4 changed files with 44 additions and 10 deletions

View file

@ -2,5 +2,6 @@
public class Tag {
public string Name { get; set; }
public string SHA { get; set; }
public bool IsFiltered { get; set; }
}
}