gearboxdownloadmodal 5.0.9 → 5.0.10
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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4048,7 +4048,7 @@ const HA = ({ versionId: e, typeOfProduct: t, api: r, fetchFileUrl: n, copyLinkU
|
|
|
4048
4048
|
0,
|
|
4049
4049
|
"var type = e"
|
|
4050
4050
|
);
|
|
4051
|
-
let A = `${i}/preview?versionId=${e}`;
|
|
4051
|
+
let A = `${i}/preview?versionId=${e}_`;
|
|
4052
4052
|
return ir(A), Qe("Link coppied"), a == null ? void 0 : a.url;
|
|
4053
4053
|
}
|
|
4054
4054
|
};
|