eschutho commented on a change in pull request #15805:
URL: https://github.com/apache/superset/pull/15805#discussion_r677895623
##########
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:
would it be easier to update the api that fetches the list of charts to
include the chart type?
--
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]