add ability to confirm give directly from a project

This commit is contained in:
2024-01-15 19:40:38 -07:00
parent 9b586566f0
commit 9dea4066c9
7 changed files with 135 additions and 48 deletions

View File

@@ -743,7 +743,9 @@ export default class ContactsView extends Vue {
group: "alert",
type: "info",
title: "Registration Success",
text: contact.name + " has been registered.",
text:
(contact.name || "That unnamed person") +
" has been registered.",
},
-1,
);