gearboxdownloadmodal 5.0.29 → 5.0.31
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 +3 -4
- 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
|
@@ -4034,10 +4034,9 @@ function tr(e) {
|
|
|
4034
4034
|
const PA = ({ versionId: e, typeOfProduct: t, api: r, fetchFileUrl: n, copyLinkUrl: o }) => {
|
|
4035
4035
|
const i = async () => {
|
|
4036
4036
|
if (t === "Flex") {
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
tr(A), Re("Link copied");
|
|
4037
|
+
await er({ _id: e, network: "default" }, r);
|
|
4038
|
+
let a = `${o}/preview?versionId=${e}`;
|
|
4039
|
+
tr(a), Re("Link copied");
|
|
4041
4040
|
} else {
|
|
4042
4041
|
const a = await At(
|
|
4043
4042
|
r,
|