From 7b0e5c8b8de9968e32dd7f84d41dc2eaa0e868b3 Mon Sep 17 00:00:00 2001 From: sunxia <sunxia@prec-tech.com> Date: 星期四, 09 三月 2023 12:03:16 +0800 Subject: [PATCH] RentalApplyFault --- force-app/main/default/staticresources/NewQuoteEntryJS.resource-meta.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/staticresources/NewQuoteEntryJS.resource-meta.xml b/force-app/main/default/staticresources/NewQuoteEntryJS.resource-meta.xml index 038218d..463f132 100644 --- a/force-app/main/default/staticresources/NewQuoteEntryJS.resource-meta.xml +++ b/force-app/main/default/staticresources/NewQuoteEntryJS.resource-meta.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <StaticResource xmlns="http://soap.sforce.com/2006/04/metadata"> <cacheControl>Public</cacheControl> - <contentType>application/octet-stream</contentType> + <contentType>text/javascript</contentType> </StaticResource> -- Gitblit v1.9.1