Fix prese tutte le ispezioni legate all'utente

This commit is contained in:
2026-03-05 16:53:05 +01:00
parent e57738a37f
commit 0abe88939b
4 changed files with 10 additions and 8 deletions

View File

@@ -41,7 +41,7 @@
private async Task LoadData()
{
Ispezioni = await IspezioniService.GetAllIspezioniWithSchedeAsync();
Ispezioni = await IspezioniService.GetAllIspezioniWithSchedeAsync(UserSession.User.Username);
}
private void OnClickIspezione(Ispezione ispezione)