From 76356fb96663eebb178997659786c57d9228f6fa Mon Sep 17 00:00:00 2001 From: Sebastian Urchs Date: Tue, 24 Oct 2023 13:49:35 -0400 Subject: [PATCH] Second round of review edits --- components/annot-tool-groups.vue | 6 +- cypress/component/category-toolgroup.cy.js | 157 ++++++------------ .../unit/store-getter-getUniqueValues.cy.js | 4 - 3 files changed, 58 insertions(+), 109 deletions(-) diff --git a/components/annot-tool-groups.vue b/components/annot-tool-groups.vue index ba546f49..00286976 100644 --- a/components/annot-tool-groups.vue +++ b/components/annot-tool-groups.vue @@ -12,8 +12,8 @@ :title="label"> + :columns="getColumnsForTool(identifier)" + @declareMissing="changeMissingStatus(Object.assign({}, $event, {markAsMissing: true}))" /> @@ -26,7 +26,7 @@