Fix warnings

This commit is contained in:
Samuele Locatelli
2026-05-28 11:18:17 +02:00
parent 5165a2cabb
commit 2854f2f6ce
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -237,7 +237,7 @@ namespace MP.SPEC.Components
if (_currPage != value)
{
_currPage = value;
ReloadDataAsync();
UpdateTable();
}
}
}
@@ -252,7 +252,7 @@ namespace MP.SPEC.Components
if (_numRecord != value)
{
_numRecord = value;
ReloadDataAsync();
UpdateTable();
}
}
}