Commit bd3254d0 authored by PDuarte's avatar PDuarte

playlists avaliabilty UI

parent 03b85e8e
...@@ -73,7 +73,7 @@ const TextualBlock = ({dataElement, handleTextualChange}) => { ...@@ -73,7 +73,7 @@ const TextualBlock = ({dataElement, handleTextualChange}) => {
// populate layout menus // populate layout menus
useEffect(() => { useEffect(() => {
if (!store.selectedProject || store.selectedProject.length < 1) { if (!store.selectedProject || store.selectedProject.length < 1) {
dispatch(getProject(2)) dispatch(getProject(2))
} }
}, [dispatch]) }, [dispatch])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment