fix(mail): add overrideAccess to form submissions and mail fallbacks for branch deploys
This commit is contained in:
@@ -55,6 +55,7 @@ export async function sendContactFormAction(formData: FormData) {
|
||||
type: productName ? 'product_quote' : 'contact',
|
||||
productName: productName || undefined,
|
||||
},
|
||||
overrideAccess: true,
|
||||
});
|
||||
|
||||
logger.info('Successfully saved form submission to Payload CMS', {
|
||||
|
||||
Reference in New Issue
Block a user