This commit is contained in:
mmrbnjd
2024-06-25 21:38:17 +03:30
parent 75b9644151
commit df6d5905ac
2 changed files with 2 additions and 2 deletions

View File

@@ -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; }
} }

View File

@@ -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">