This commit is contained in:
mmrbnjd
2025-07-30 23:49:51 +03:30
parent 5731c9ff97
commit 96d6f5c004
4 changed files with 58 additions and 3 deletions

View File

@@ -205,7 +205,7 @@
async Task IsLastChat()
{
if (CompanyInfo != null)
LastOpenChat =await ChatService.GetLastChatInCompany(CompanyID);
LastOpenChat = await ChatService.GetLastOpenChatInCompany(CompanyID);
StateHasChanged();
}
}