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