forked from jsnbuchanan/crowd-funder-for-time-pwa
tweak verbiage and make other UI tweaks
This commit is contained in:
@@ -902,18 +902,19 @@ export default class ContactsView extends Vue {
|
||||
3000,
|
||||
);
|
||||
}
|
||||
} else if (result.error) {
|
||||
} else {
|
||||
console.error("Got strange result from setting visibility:", result);
|
||||
const message =
|
||||
(result.error as string) || "Could not set visibility on the server.";
|
||||
this.$notify(
|
||||
{
|
||||
group: "alert",
|
||||
type: "danger",
|
||||
title: "Error Setting Visibility",
|
||||
text: result.error as string,
|
||||
text: message,
|
||||
},
|
||||
5000,
|
||||
);
|
||||
} else {
|
||||
console.error("Got strange result from setting visibility:", result);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user