Correzione warning
This commit is contained in:
@@ -1070,7 +1070,7 @@ namespace Lux.UI.Components.Compo.Offer
|
||||
CurrEditMode = EditMode.None;
|
||||
}
|
||||
|
||||
private async Task DoSelectItem()
|
||||
private void DoSelectItem()
|
||||
{
|
||||
addFromTemplate = true;
|
||||
ListCataloghi = ListAllCatalog.Where(x => x.Envir == CurrRecord.Envir).ToList();
|
||||
|
||||
@@ -288,7 +288,7 @@ namespace Lux.UI.Components.Pages
|
||||
SelRecord = null;
|
||||
}
|
||||
|
||||
private async Task DoReset()
|
||||
private void DoReset()
|
||||
{
|
||||
EditRecord = null;
|
||||
SelRecord = null;
|
||||
|
||||
@@ -95,7 +95,7 @@ namespace Lux.UI.Components.Pages
|
||||
/// </summary>
|
||||
/// <param name="newSearch"></param>
|
||||
/// <returns></returns>
|
||||
private async Task DoFilt(string newSearch)
|
||||
private void DoFilt(string newSearch)
|
||||
{
|
||||
SearchVal = newSearch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user