gearboxdownloadmodal 5.0.36 → 5.0.37
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
|
@@ -4079,7 +4079,7 @@ const PA = ({ versionId: e, typeOfProduct: t, api: r, fetchFileUrl: n, copyLinkU
|
|
|
4079
4079
|
bgColor: "#0F0F1E",
|
|
4080
4080
|
fgColor: "#ffffff",
|
|
4081
4081
|
style: { height: "auto", maxWidth: "100%", width: "100%" },
|
|
4082
|
-
value: `${o}/preview?versionId=${e}`
|
|
4082
|
+
value: `${o}/preview?versionId=${e}` + (t === "Flex" ? "" : "_")
|
|
4083
4083
|
}
|
|
4084
4084
|
)
|
|
4085
4085
|
}
|