forked from jsnbuchanan/crowd-funder-for-time-pwa
show something to indicate claims were sent (mostly in BVC screens)
This commit is contained in:
@@ -126,6 +126,8 @@ export default class QuickActionBvcBeginView extends Vue {
|
||||
const hoursNum = libsUtil.numberOrZero(this.hoursStr);
|
||||
const identity = await libsUtil.getIdentity(activeDid);
|
||||
|
||||
this.$notify({ group: "alert", type: "toast", title: "Sent..." }, 1000);
|
||||
|
||||
// first send the claim for time given
|
||||
let timeSuccess = false;
|
||||
if (this.gaveTime && hoursNum > 0) {
|
||||
|
||||
Reference in New Issue
Block a user