Skip to content

Commit

Permalink
Make the component use good props
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs committed Oct 24, 2023
1 parent 37538f2 commit 578832c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/annot-tool-groups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
:title="label">
<annot-single-tool
:name="identifier"
:columns="getColumnsForTool(identifier)"
@declareMissing="changeMissingStatus(Object.assign({}, $event, {markAsMissing: true}))" />
:uniqueColumnValues="provideUniqueValues(identifier)"
@declareMissing="changeMissingStatus(Object.assign($event, {markAsMissing: true}))" />
</b-tab>

</b-tabs>
Expand Down

0 comments on commit 578832c

Please sign in to comment.