Skip to content

Commit

Permalink
Update client/src/components/Collections/PairedListCollectionCreator.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Hamid Awan <[email protected]>
  • Loading branch information
jmchilton and ahmedhamidawan authored Dec 8, 2024
1 parent 0cc2bab commit 3b47ca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const canClearFilters = computed(() => {
});
const canAutoPair = computed(() => {
return forwardFilter.value && reverseFilter.value;
return forwardFilter.value && reverseFilter.value && pairableElements.value.length > 0;
});
const forwardElements = computed<HDASummary[]>(() => {
Expand Down

0 comments on commit 3b47ca5

Please sign in to comment.