Skip to content

Commit

Permalink
Ensure unique types
Browse files Browse the repository at this point in the history
  • Loading branch information
myovchev committed Sep 3, 2024
1 parent 53bd65d commit 60c26e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/apos/components/AposExportModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export default {
},
checkedTypesComputed() {
return this.moduleName === '@apostrophecms/page' && !this.type
? this.checkedTypes
? [ ...new Set(this.checkedTypes) ]
: [ this.type ];
}
},
Expand Down

0 comments on commit 60c26e7

Please sign in to comment.