...
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
async Task IsLastChat()
|
||||
{
|
||||
if (CompanyInfo != null)
|
||||
LastOpenChat =await ChatService.GetLastChatInCompany(CompanyID);
|
||||
LastOpenChat = await ChatService.GetLastOpenChatInCompany(CompanyID);
|
||||
StateHasChanged();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user