fix: restore customer field in grid by normalizing CombinedKPIs fields

This commit is contained in:
Christian Vidal Wolf
2026-01-21 11:04:53 +01:00
parent b6573ebe15
commit c7cef7954b
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -153,6 +153,7 @@ export interface AdsRecord {
export interface CombinedKPIs {
id: string;
marketplace: string;
customer: string; // Added for consistency with SalesRecord
month: string;
year: number;
asin: string;