EnxDev commented on code in PR #32905:
URL: https://github.com/apache/superset/pull/32905#discussion_r2039288881
##########
superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:
##########
@@ -308,8 +311,35 @@ export default function DrillByModal({
},
[dispatch, drillByConfigs, formData, getFormDataChangesFromConfigs],
);
-
- const breadcrumbs = useDrillByBreadcrumbs(breadcrumbsData,
onBreadcrumbClick);
+ const breadcrumbItems = breadcrumbsData
Review Comment:
I think this could have the same answer as
[here](https://github.com/apache/superset/pull/32905#discussion_r2039285346),
thanks!
--
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]