mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
yarn lint
This commit is contained in:
@@ -68,7 +68,7 @@ const MainLayout = () => {
|
|||||||
const handleLeftDrawerToggle = () => {
|
const handleLeftDrawerToggle = () => {
|
||||||
dispatch({ type: SET_MENU, opened: !leftDrawerOpened })
|
dispatch({ type: SET_MENU, opened: !leftDrawerOpened })
|
||||||
}
|
}
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setTimeout(() => dispatch({ type: SET_MENU, opened: !matchDownMd }), 0)
|
setTimeout(() => dispatch({ type: SET_MENU, opened: !matchDownMd }), 0)
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
|
|||||||
Reference in New Issue
Block a user