* Removed not needed code
* Removed not needed ModalDto
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user