fix any error messages with words that are too long and push the "X" off the page

This commit is contained in:
2025-01-04 18:19:25 -07:00
parent f405e7d02f
commit defbef736f
2 changed files with 12 additions and 5 deletions

View File

@@ -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;