...
This commit is contained in:
@@ -361,7 +361,7 @@
|
||||
|
||||
|
||||
@code {
|
||||
|
||||
|
||||
Common.Dtos.CurrentUserInfo CurrentUser { get; set; }
|
||||
List<Read_GroupDto> _Group = new List<Read_GroupDto>();
|
||||
//-------------------------------------
|
||||
@@ -1865,6 +1865,8 @@
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
|
||||
|
||||
// Trigger click on hidden input by id
|
||||
window.triggerClick = (elementId) => {
|
||||
const el = document.getElementById(elementId);
|
||||
|
@@ -23,7 +23,7 @@ else
|
||||
<PageTitle>گفتگو با دستیار هوشمند @CompanyInfo.FullName</PageTitle>
|
||||
}
|
||||
<div class="container-fluid">
|
||||
<div class="row" style="height:85vh">
|
||||
<div class="row" style="height:96vh">
|
||||
@if (isReady)
|
||||
{
|
||||
<div class="col-md-12 d-flex flex-column" style="margin-top:10px">
|
||||
|
Reference in New Issue
Block a user