Fix conflcits

Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
soupette 2021-05-18 08:52:58 +02:00
parent 9edacb088a
commit 43dd9376b9

View File

@ -66,11 +66,8 @@ const DataManagerProvider = ({
}) => {
const dispatch = useDispatch();
const toggleNotification = useNotification();
<<<<<<< HEAD
=======
const toggleNotificationRef = useRef(toggleNotification);
const { lockAppWithAutoreload, unlockAppWithAutoreload } = useAutoReloadOverlayBlocker();
>>>>>>> 5b870248a (Remove strapi.lockApp)
const { getPlugin } = useStrapiApp();