Remove strapi.lockApp

Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
soupette 2021-05-17 18:38:00 +02:00
parent 0a2b8a1488
commit 6646040e39

View File

@ -66,7 +66,6 @@ const DataManagerProvider = ({
}) => {
const dispatch = useDispatch();
const toggleNotification = useNotification();
const { lockAppWithAutoreload, unlockAppWithAutoreload } = useAutoReloadOverlayBlocker();
const { getPlugin } = useStrapiApp();