Skip to content

Commit

Permalink
Merge branch 'fda/htt-keycloak' of https://github.com/camicroscope/ca…
Browse files Browse the repository at this point in the history
…microscope into fda/htt-keycloak
  • Loading branch information
birm committed Oct 30, 2024
2 parents 7e9d2c5 + 9d455f5 commit 5618bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/labeling/labelingSimpleAnnotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ async function saveAnnotation(annotation) {
// const creator = getUserId();
const creator = $USER;
try {
annotation.collectionName = (await $CAMIC.store.getCollection($CAMIC.slideData.collections[0]))[0].name;
annotation.collectionId= $CAMIC.slideData.collections[0];
annotation.collectionName = (await $CAMIC.store.getCollection($CAMIC.slideData.collections[0]))[0].name;
} catch (err) {
console.error(err);
}
Expand Down

0 comments on commit 5618bdc

Please sign in to comment.