mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
update realtime rate on user home page
This commit is contained in:
@@ -552,13 +552,12 @@ export default {
|
||||
alert('Web Notification is not supported');
|
||||
return;
|
||||
}
|
||||
|
||||
this.$message({
|
||||
showClose: true,
|
||||
message: 'New rate updated at ' + response.rate.created_at,
|
||||
duration: 20000
|
||||
});
|
||||
|
||||
this.rate = response.rate
|
||||
});
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user