mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 13:35:25 +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 {
|
} else {
|
||||||
val = String(val ?? '');
|
val = String(val ?? '');
|
||||||
}
|
}
|
||||||
if (val) result[col].add(val);
|
result[col].add(val);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user