sub ticket
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
@if (Ticket.Status == StatusTicket.Awaitingreview || Ticket.Status == StatusTicket.Read_Checking
|
||||
|| Ticket.Status == StatusTicket.hasbeenanswered)
|
||||
{
|
||||
<Button Color="ButtonColor.Danger" @onclick="OnCloseTicket">بستن</Button>
|
||||
<Button Color="ButtonColor.Danger" @onclick="OnCloseTicket">بستن تیکت</Button>
|
||||
}
|
||||
|
||||
</FooterTemplate>
|
||||
@@ -105,5 +105,6 @@
|
||||
private async Task OnHideModalClick()
|
||||
{
|
||||
await modal.HideAsync();
|
||||
await OnMultipleOfThree.InvokeAsync(1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user