...
This commit is contained in:
@@ -13,7 +13,15 @@
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@inject CompanyService companyService
|
||||
@inject ToastService toastService
|
||||
<PageTitle>گفتگو با دستیار هوشمند @CompanyInfo.FullName</PageTitle>
|
||||
@if (CompanyInfo == null)
|
||||
{
|
||||
<PageTitle>دستیار هوشمند</PageTitle>
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
<PageTitle>گفتگو با دستیار هوشمند @CompanyInfo.FullName</PageTitle>
|
||||
}
|
||||
<div class="container-fluid">
|
||||
<div class="row" style="height:85vh">
|
||||
@if (isReady)
|
||||
@@ -108,7 +116,7 @@
|
||||
await LoadMessages();
|
||||
isReady = true;
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
isError = true;
|
||||
msgError = "دستیار هوشمند یافت نشد";
|
||||
|
Reference in New Issue
Block a user