Skip to content
Snippets Groups Projects
Commit 2c94ee6c authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #11720 TIME 0:10 fix save delimiter

(cherry picked from commit 1f620f34)
parent 8fb9a7db
No related branches found
No related tags found
No related merge requests found
...@@ -215,6 +215,7 @@ export class ContactExportComponent implements OnInit { ...@@ -215,6 +215,7 @@ export class ContactExportComponent implements OnInit {
JSON.parse(this.localStorage.get(`exportContactFields_${this.headerService.user.id}`)).data.forEach((element: any) => { JSON.parse(this.localStorage.get(`exportContactFields_${this.headerService.user.id}`)).data.forEach((element: any) => {
this.addData(element); this.addData(element);
}); });
this.exportModel.delimiter = JSON.parse(this.localStorage.get(`exportContactFields_${this.headerService.user.id}`)).delimiter;
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment