Some messy stuff cleaned up in Inventory UI

This commit is contained in:
2026-03-20 02:40:51 -05:00
parent 310d9faf33
commit 813031c823
4 changed files with 53 additions and 20 deletions

View File

@@ -65,8 +65,7 @@ final class DashboardViewModel {
do {
chemicals = try await client.list()
} catch {
print("[DashboardViewModel] load error: \(error)")
errorMessage = "Failed to load: \(error)"
errorMessage = "Failed to load dashboard"
}
}