Skip to content

Commit

Permalink
hotfix datamap writing #281 🐛🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Oct 9, 2024
1 parent 57fa8e2 commit 4ae2ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer/src/ArcControlService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const ArcControlService = {
);
break;
case 'UPDATE': case 'CREATE':
if(['ISA_Investigation','ISA_Study','ISA_Assay'].includes(contract.DTOType)){
if(['ISA_Investigation','ISA_Study','ISA_Assay', 'ISA_Datamap'].includes(contract.DTOType)){
const buffer = await Xlsx.toBytes(contract.DTO);
const absolutePath = arc_root + '/' +contract.Path;
await window.ipc.invoke(
Expand Down

0 comments on commit 4ae2ec7

Please sign in to comment.