Skip to content

Commit

Permalink
remove multiLanguage from computed
Browse files Browse the repository at this point in the history
remove multiLanguage from computed
  • Loading branch information
timisenco2015 authored Jul 18, 2023
2 parents dd18c2c + 6d89111 commit 76a52a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/frontend/src/components/admin/AdminPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ export default {
},
data() {
return {
index: 2,
adminDashboardUrl: this.$config.adminDashboardUrl,
};
},
computed: {
...mapGetters('form', ['isRTL', 'multiLanguage']),
...mapGetters('form', ['isRTL']),
},
};
</script>
Expand Down

0 comments on commit 76a52a7

Please sign in to comment.