mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 05:26:20 +00:00
Ensured a recconnection happens to selected server when its params are edited
This commit is contained in:
@@ -38,7 +38,6 @@ export const MenuLayout = (
|
||||
useEffect(() => hideSidebar(), [location]);
|
||||
useEffect(() => {
|
||||
showContent && sidebarPresent();
|
||||
|
||||
return () => sidebarNotPresent();
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user