forked from jsnbuchanan/crowd-funder-for-time-pwa
add number of confirmers to certificate & show DID info when appropriate
This commit is contained in:
@@ -490,7 +490,7 @@ export default class NewEditProjectView extends Vue {
|
||||
title: "Error Saving Idea",
|
||||
text: "Server did not save the idea. Try again.",
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
}
|
||||
} catch (error) {
|
||||
@@ -511,7 +511,7 @@ export default class NewEditProjectView extends Vue {
|
||||
title: "User Message",
|
||||
text: userMessage,
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
} else {
|
||||
this.$notify(
|
||||
@@ -521,7 +521,7 @@ export default class NewEditProjectView extends Vue {
|
||||
title: "Server Message",
|
||||
text: JSON.stringify(serverError.toJSON()),
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
}
|
||||
} else {
|
||||
@@ -533,7 +533,7 @@ export default class NewEditProjectView extends Vue {
|
||||
title: "Claim Error",
|
||||
text: error as string,
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
}
|
||||
// Now set that error for the user to see.
|
||||
|
||||
Reference in New Issue
Block a user