forked from jsnbuchanan/crowd-funder-for-time-pwa
fix bad link to project page, fix improper action on invite-add-contact cancel
This commit is contained in:
@@ -1135,16 +1135,16 @@ export default class AccountViewView extends Vue {
|
||||
* @param {Error} error - The error object.
|
||||
*/
|
||||
private handleExportError(error: unknown) {
|
||||
console.error("Export Error:", error);
|
||||
this.$notify(
|
||||
{
|
||||
group: "alert",
|
||||
type: "danger",
|
||||
title: "Export Error",
|
||||
text: "See console logs for more info.",
|
||||
text: "There was an error exporting the data.",
|
||||
},
|
||||
-1,
|
||||
);
|
||||
console.error("Export Error:", error);
|
||||
}
|
||||
|
||||
async uploadImportFile(event: Event) {
|
||||
|
||||
Reference in New Issue
Block a user