eschutho commented on a change in pull request #18629:
URL: https://github.com/apache/superset/pull/18629#discussion_r804262080
##########
File path: superset-frontend/src/views/components/Menu.tsx
##########
@@ -185,6 +185,11 @@ export function Menu({
const screens = useBreakpoint();
const uiConig = useUiConfig();
+ const getUploadMenulinks: MenuObjectProps[] =
+ menu &&
+ (menu?.filter(item => item.name === 'Upload Data')[0]
Review comment:
Actually, now I'm curious, where does this value come from? I don't see
it on the page anywhere. :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]