diff --git a/core/modules/catalog/components/CategorySort.ts b/core/modules/catalog/components/CategorySort.ts index ea729a2e9a..9c867979dc 100644 --- a/core/modules/catalog/components/CategorySort.ts +++ b/core/modules/catalog/components/CategorySort.ts @@ -12,7 +12,7 @@ export const CategorySort = { } }, computed: { - soringOptions () { + sortingOptions () { return this.$store.state.config.products.sortByAttributes } }