@dyedurham/search-and-file-widget 1.6.14 → 1.6.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dnd-filing-shell.js +1 -1
- package/package.json +1 -1
package/dnd-filing-shell.js
CHANGED
|
@@ -86863,7 +86863,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
86863
86863
|
const fetchFn = opts?.fetchImpl ?? fetch;
|
|
86864
86864
|
const url = signature.proxyApiUrl;
|
|
86865
86865
|
const resp = yield fetchFn(url, {
|
|
86866
|
-
method: "
|
|
86866
|
+
method: "POST",
|
|
86867
86867
|
headers: __spreadValues({
|
|
86868
86868
|
"Content-Type": "application/json",
|
|
86869
86869
|
// 'ApiKey': 'a759101c-aeac-4fa6-90dc-8b56f01b2939',
|