Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit a97fe60

Browse files
committed
Merge branch '551-bug-wrong-attributes-order-after-import-from-csv'
2 parents 035228e + e83788d commit a97fe60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stateManagement/data/handlers/SaveDataFromFileHandlerAction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export default class SaveDataFromFileHandlerAction extends AbstractTableAction<D
5858

5959
const currentline = this.normalizeArray(lines[i].split(","));
6060
const potentialPath = currentline[fileIndex];
61-
currentline.splice(fileIndex, 1);
6261
// Obtain just the filename from the path
6362
const sanitizePath = potentialPath?.split("/").pop().split('.');
6463
let filename = "";

0 commit comments

Comments
 (0)