Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(sort-by-selector): make SSR ready
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Aug 8, 2017
1 parent 16497ba commit e50c38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SortBySelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
},
},
},
mounted() {
created() {
let match = false;
for (const index in this.indices) {
if (this.indices[index].name === this.indexName) {
Expand Down

0 comments on commit e50c38a

Please sign in to comment.