...
This commit is contained in:
@@ -361,22 +361,25 @@
|
||||
isSelectedInbox1 = true;
|
||||
isSelectedInbox2 = false;
|
||||
isSelectedInbox3 = false;
|
||||
Inbox1Items = await chatService.ChatAwaitingOurResponse();
|
||||
break;
|
||||
|
||||
case 2:
|
||||
isSelectedInbox2 = true;
|
||||
isSelectedInbox1 = false;
|
||||
isSelectedInbox3 = false;
|
||||
Inbox2Items = await chatService.MyChatsIsInProgress();
|
||||
break;
|
||||
|
||||
case 3:
|
||||
isSelectedInbox3 = true;
|
||||
isSelectedInbox2 = false;
|
||||
isSelectedInbox1 = false;
|
||||
Inbox3Items = await chatService.MyChatsIsFinished();
|
||||
break;
|
||||
}
|
||||
ChatCurrent = null;
|
||||
|
||||
StateHasChanged();
|
||||
}
|
||||
async Task OnClickSendMsg()
|
||||
{
|
||||
|
Reference in New Issue
Block a user