From eab3a2899bc37ac5a1449e599f0ccc85e735e417 Mon Sep 17 00:00:00 2001 From: Dmitry Sychugov Date: Fri, 18 Mar 2022 15:47:10 +0500 Subject: [PATCH] Web: Client: added timeout for campaigns --- web/ASC.Web.Client/src/Shell.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ASC.Web.Client/src/Shell.jsx b/web/ASC.Web.Client/src/Shell.jsx index aa67929126..fe53dfbd3c 100644 --- a/web/ASC.Web.Client/src/Shell.jsx +++ b/web/ASC.Web.Client/src/Shell.jsx @@ -291,7 +291,7 @@ const Shell = ({ items = [], page = "home", ...rest }) => { }, }; - Snackbar.show(barConfig); + setTimeout(() => Snackbar.show(barConfig), 10000); }; const fetchMaintenance = () => {