ClaimReportCertificateView

This commit is contained in:
Matthew Raymer
2025-07-08 11:41:13 +00:00
parent 230602cb6a
commit 0b3b7dbb4d
3 changed files with 231 additions and 39 deletions

View File

@@ -161,6 +161,13 @@ export const NOTIFY_CONFIRMATIONS_ONLY_SUCCESS = {
message: "Your confirmations have been recorded.",
};
// ClaimReportCertificateView.vue specific constants
// Used in: ClaimReportCertificateView.vue (fetchClaim method - error loading claim)
export const NOTIFY_ERROR_LOADING_CLAIM = {
title: "Error",
message: "There was a problem loading the claim.",
};
// ContactsView.vue specific constants
// Used in: ContactsView.vue (processInviteJwt method - blank invite error)
export const NOTIFY_BLANK_INVITE = {