Changing LOGO_TARGET_PATH adds a 'Home' menu #33295
Replies: 1 comment 14 replies
-
To disable or hide the 'Home' menu element when you add const standalone = getUrlParam(URL_PARAMS.standalone);
if (standalone || uiConfig.hideNav) return <></>; Make sure to update your configuration accordingly to ensure the 'Home' menu element is not displayed [1]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
Dear community,
When I add
LOGO_TARGET_PATH = '/superset/dashboard/1/'
into to thesuperset_config.py
, Superset adds a new element into the navbar: 'Home'.I don't want it, is there a way to disable / hide the 'Home' menu element?
Beta Was this translation helpful? Give feedback.
All reactions