LevisNgigi commented on code in PR #33831:
URL: https://github.com/apache/superset/pull/33831#discussion_r2166955025


##########
superset-frontend/src/dashboard/actions/dashboardInfo.ts:
##########
@@ -113,7 +151,56 @@ export function 
setCrossFiltersEnabled(crossFiltersEnabled: boolean) {
   return { type: SET_CROSS_FILTERS_ENABLED, crossFiltersEnabled };
 }
 
-export function saveFilterBarOrientation(orientation: FilterBarOrientation) {
+export const SAVE_CHART_CUSTOMIZATION_COMPLETE =
+  'SAVE_CHART_CUSTOMIZATION_COMPLETE';
+
+function getAffectedChartIdsFromCustomization(
+  chartCustomization: ChartCustomizationItem[],
+  state: any,

Review Comment:
   yes I will be fixing this.



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