fix: [FE] emit updateCalculation method with total -1 when amount less than RM100. in-order to hide "Transfer Now" button

This commit is contained in:
weichien
2021-04-02 10:16:29 +08:00
parent 6801b6a77d
commit 460afc1b37
@@ -275,6 +275,9 @@
this.isloading = false;
},
errorHandler(error){
this.$emit('newCalculation', {
calculation: -1
});
this.error = error.message;
this.loading = false;
}