mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
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:
@@ -275,6 +275,9 @@
|
||||
this.isloading = false;
|
||||
},
|
||||
errorHandler(error){
|
||||
this.$emit('newCalculation', {
|
||||
calculation: -1
|
||||
});
|
||||
this.error = error.message;
|
||||
this.loading = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user