Web: Client: added inMaintenance prop

This commit is contained in:
Dmitry Sychugov 2022-03-14 19:40:08 +05:00
parent 5fa55cd5ad
commit 48f747fa5e

View File

@ -276,6 +276,7 @@ const Shell = ({ items = [], page = "home", ...rest }) => {
targetDate: targetDate,
productName: "ONLYOFFICE Personal",
})} ${t("BarMaintenanceDisclaimer")}`,
isMaintenance: true,
clickAction: () => {
setMaintenanceExist(false);
setSnackbarExist(false);