fix(Agile) Fixed status sorting and load bug

This commit is contained in:
2022-04-12 10:33:38 -04:00
parent b0032bd865
commit 13e2d5d5eb
6 changed files with 13 additions and 10 deletions
+1 -8
View File
@@ -1,16 +1,9 @@
using System.Timers;
namespace Model.Feedback;
namespace Model.Feedback;
public class ToastModel
{
public string Title { get; set; } = "addTitle";
public string Message { get; set; } = "addMessage";
public string SeverityType { get; set; } = "addType";
public float Age { get; set; } = 0;
}