Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
9898b9be3b
commit
5e519c5dd4
@@ -610,6 +610,7 @@ function ImportPage() {
|
||||
}
|
||||
if (unknownHeaders.length > 0) {
|
||||
console.info(`[import:${cfg.key}] skipped unknown columns:`, unknownHeaders);
|
||||
errors.push(`Unrecognized columns ignored: ${unknownHeaders.join(", ")}`);
|
||||
}
|
||||
|
||||
const mapped: Row[] = [];
|
||||
|
||||
Reference in New Issue
Block a user