Skip to content

Commit

Permalink
v0.0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasLukasczyk committed Dec 12, 2024
1 parent ae19c39 commit c2a3b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ARCitect",
"version": "v0.0.51",
"version": "v0.0.52",
"author": "nfdi4plants.org",
"description": "Tool to edit Annotated Research Contexts (ARCs).",
"private": true,
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@fslab/fsspreadsheet": "^6.2.0",
"@imengyu/vue3-context-menu": "^1.3.5",
"@nfdi4plants/arctrl": "^2.2.4",
"@nfdi4plants/arctrl": "^2.2.0",
"@nfdi4plants/exceljs": "0.2.0",
"@quasar/extras": "^1.16.9",
"chokidar": "^3.5.3",
Expand Down
1 change: 1 addition & 0 deletions packages/renderer/src/ArcControlService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ const ArcControlService = {
},

deleteAssay: async (assay_identifier: string) => {
console.log(ArcControlService.props.arc)
let contracts = ArcControlService.props.arc.RemoveAssay(assay_identifier)
await ArcControlService.handleARCContracts(contracts);
},
Expand Down

0 comments on commit c2a3b39

Please sign in to comment.