This commit is contained in:
mmrbnjd
2025-08-22 01:02:14 +03:30
parent b3c8271f18
commit b6343394b0
5 changed files with 25 additions and 13 deletions

View File

@@ -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);