...
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
public string Message { get; set; }
|
public string Message { get; set; }
|
||||||
public string Title { get; set; }
|
public string Title { get; set; }
|
||||||
public string Date { get; set; }
|
public string Date { get; set; }
|
||||||
public int Status { get; set; }
|
//public int Status { get; set; }
|
||||||
public string? ForUser { get; set; }
|
public string? ForUser { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -166,7 +166,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<!--/ User -->
|
<!--/ User -->
|
||||||
@if (dashBoard?.Notifications.Count()>0)
|
@if (countnot > 0)
|
||||||
{
|
{
|
||||||
<li class="nav-item lh-1 me-3 f-ir">
|
<li class="nav-item lh-1 me-3 f-ir">
|
||||||
<Button Type="ButtonType.Button" @onclick="ShowNotifications" Color="ButtonColor.None">
|
<Button Type="ButtonType.Button" @onclick="ShowNotifications" Color="ButtonColor.None">
|
||||||
|
Reference in New Issue
Block a user