forked from trent_larson/crowd-funder-for-time-pwa
fix message to user
This commit is contained in:
@@ -772,7 +772,7 @@ export default class ContactsView extends Vue {
|
||||
group: "alert",
|
||||
type: "danger",
|
||||
title: "Server Error",
|
||||
text: resp.data.error?.message,
|
||||
text: message,
|
||||
},
|
||||
-1,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user