PHRAS-3665 fix not send reminder on update (#4090)

* fix not send reminder on update

* by default not send reminder
This commit is contained in:
Aina Sitraka
2022-07-12 09:29:18 +03:00
committed by GitHub
parent 4ee8b67e79
commit cb96e4c7fd
13 changed files with 98 additions and 49 deletions

View File

@@ -96,7 +96,7 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ if (__webpack_require__.nc) {
/******/ script.setAttribute("nonce", __webpack_require__.nc);
/******/ }
/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".js?v=69";
/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".js?v=70";
/******/ var timeout = setTimeout(onScriptComplete, 120000);
/******/ script.onerror = script.onload = onScriptComplete;
/******/ function onScriptComplete() {