msyavuz commented on code in PR #36708:
URL: https://github.com/apache/superset/pull/36708#discussion_r2686181871


##########
superset-frontend/src/components/Chart/chartAction.js:
##########
@@ -363,6 +363,11 @@ export function updateQueryFormData(value, key) {
   return { type: UPDATE_QUERY_FORM_DATA, value, key };
 }
 
+export const UPDATE_CHART_FORM_DATA = 'UPDATE_CHART_FORM_DATA';
+export function updateChartFormDataAction(formData, chartId) {
+  return { type: UPDATE_CHART_FORM_DATA, formData, chartId };
+}

Review Comment:
   Is this the same thing? `UPDATE_QUERY_FORM_DATA` ?



-- 
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]

Reply via email to