metered billing app fixes

This commit is contained in:
Čarodej
2022-02-11 17:02:17 +01:00
parent 3fd43936e7
commit eb948f9000
13 changed files with 109 additions and 66 deletions
@@ -175,7 +175,7 @@ export default {
InfoBox,
},
computed: {
...mapGetters(['currencyList', 'intervalList']),
...mapGetters(['currencyList', 'intervalList', 'config']),
},
data() {
return {
@@ -273,6 +273,7 @@ export default {
}
})
.catch((error) => {
console.log(error);
events.$emit('toaster', {
type: 'danger',
message: this.$t('popup_error.title'),