betodealmeida commented on a change in pull request #15805:
URL: https://github.com/apache/superset/pull/15805#discussion_r677908274
##########
File path: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx
##########
@@ -770,6 +784,7 @@ const AlertReportModal:
FunctionComponent<AlertReportModalProps> = ({
};
const onChartChange = (chart: SelectValue) => {
+ getChartVisualizationType(chart);
Review comment:
That was my initial attempt, but it seems like the related objects come
back only with ID and name, and it seems I would need to change FAB itself.
--
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]