forked from jsnbuchanan/crowd-funder-for-time-pwa
ClaimReportCertificateView
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user