* Removed not needed code

* Removed not needed ModalDto
This commit is contained in:
2025-01-30 06:40:44 +01:00
parent efdbe8c6be
commit a7f120d4b1
3 changed files with 1 additions and 29 deletions

View File

@@ -4,7 +4,6 @@
@inject NavigationManager NavigationManager
@using SytelineSaAppEfDataModel.Dtos
@using FaKrosnoApi.Dtos
@using OrdersManagement.Dtos
@inherits LayoutComponentBase
<div class="row">
@@ -96,8 +95,7 @@
private List<ResponseDto> _responses = new();
private Modal _modal = default!;
private ModalDto _modalDto = new(null, null);
private Modal _modal = null!;
private bool _isVisible;
private bool _filter;
@@ -171,5 +169,4 @@
_filter = obj;
_grid?.RefreshDataAsync();
}
}