geido commented on code in PR #36955:
URL: https://github.com/apache/superset/pull/36955#discussion_r2693679530


##########
superset-frontend/src/dashboard/components/Dashboard.jsx:
##########
@@ -224,6 +224,12 @@ class Dashboard extends PureComponent {
     );
 
     [...allKeys].forEach(filterKey => {
+      // Skip chart customization filters - they are handled separately by 
saveChartCustomization
+      // which triggers queries only for affected charts
+      if (filterKey.startsWith('chart_customization_')) {

Review Comment:
   I think this is pretty fragile. Any better check? Maybe centralizing it?



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