oolib 2.181.0 → 2.182.0
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.
|
@@ -32,7 +32,6 @@ var PDFEmbedClass = /** @class */ (function () {
|
|
|
32
32
|
// ? process.env[`REACT_APP_ADOBE_EMBED_API_KEY__${this.theme?.getTenant()}`]
|
|
33
33
|
// : process.env.REACT_APP_ADOBE_EMBED_API_KEY //staging & dev
|
|
34
34
|
};
|
|
35
|
-
console.log({ config: config });
|
|
36
35
|
if (divId) {
|
|
37
36
|
/* Optional only for Light Box embed mode */
|
|
38
37
|
/* Pass the div id in which PDF should be rendered */
|