mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
Fix conflcits
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
9edacb088a
commit
43dd9376b9
@ -66,11 +66,8 @@ const DataManagerProvider = ({
|
|||||||
}) => {
|
}) => {
|
||||||
const dispatch = useDispatch();
|
const dispatch = useDispatch();
|
||||||
const toggleNotification = useNotification();
|
const toggleNotification = useNotification();
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
const toggleNotificationRef = useRef(toggleNotification);
|
|
||||||
const { lockAppWithAutoreload, unlockAppWithAutoreload } = useAutoReloadOverlayBlocker();
|
const { lockAppWithAutoreload, unlockAppWithAutoreload } = useAutoReloadOverlayBlocker();
|
||||||
>>>>>>> 5b870248a (Remove strapi.lockApp)
|
|
||||||
|
|
||||||
const { getPlugin } = useStrapiApp();
|
const { getPlugin } = useStrapiApp();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user