sales-frontend-oz 0.0.71 → 0.0.73

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.cjs CHANGED
@@ -325,8 +325,7 @@ async function CreateOzViewer(ozParam) {
325
325
  return await promise;
326
326
  } catch (e) {
327
327
  clearTimeout(timeout);
328
- await AlertTemporaryError();
329
- await salesFrontendBridge.Bridge.native.hideOZViewer();
328
+ throw e;
330
329
  }
331
330
  }
332
331
  async function MovePage(page) {