mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 14:15:24 +02:00
fix: include empty values in missing data view filters
This commit is contained in:
@@ -112,7 +112,7 @@ export function MissingDataView({ data, headers, onSaveRow, onCaptureState }: Mi
|
||||
} else {
|
||||
val = String(val ?? '');
|
||||
}
|
||||
if (val) result[col].add(val);
|
||||
result[col].add(val);
|
||||
});
|
||||
});
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user