Web: Client: added timeout for campaigns

This commit is contained in:
Dmitry Sychugov 2022-03-18 15:47:10 +05:00
parent 40cc63fb46
commit eab3a2899b

View File

@ -291,7 +291,7 @@ const Shell = ({ items = [], page = "home", ...rest }) => {
},
};
Snackbar.show(barConfig);
setTimeout(() => Snackbar.show(barConfig), 10000);
};
const fetchMaintenance = () => {