forked from trent_larson/crowd-funder-for-time-pwa
fix any error messages with words that are too long and push the "X" off the page
This commit is contained in:
@@ -103,7 +103,7 @@ export default class ContactEditView extends Vue {
|
||||
group: "alert",
|
||||
type: "danger",
|
||||
title: "Contact Not Found",
|
||||
text: "There is no contact with that DID.",
|
||||
text: "There is no contact with DID " + contactDid,
|
||||
});
|
||||
(this.$router as Router).push({ path: "/contacts" });
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user