From 48f747fa5e4346a1357f960d0e0137f40e373fdc Mon Sep 17 00:00:00 2001 From: Dmitry Sychugov Date: Mon, 14 Mar 2022 19:40:08 +0500 Subject: [PATCH] Web: Client: added inMaintenance prop --- web/ASC.Web.Client/src/Shell.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/ASC.Web.Client/src/Shell.jsx b/web/ASC.Web.Client/src/Shell.jsx index 878157ef2d..aa67929126 100644 --- a/web/ASC.Web.Client/src/Shell.jsx +++ b/web/ASC.Web.Client/src/Shell.jsx @@ -276,6 +276,7 @@ const Shell = ({ items = [], page = "home", ...rest }) => { targetDate: targetDate, productName: "ONLYOFFICE Personal", })} ${t("BarMaintenanceDisclaimer")}`, + isMaintenance: true, clickAction: () => { setMaintenanceExist(false); setSnackbarExist(false);