villebro commented on a change in pull request #14370:
URL: https://github.com/apache/superset/pull/14370#discussion_r620907891
##########
File path: superset-frontend/src/dashboard/util/activeAllDashboardFilters.ts
##########
@@ -71,6 +71,18 @@ export const findAffectedCharts = ({
);
};
+export const getRelevantDataMask = (
+ dataMask: DataMaskStateWithId,
+ filterBy: string,
+ prop?: string,
+) =>
Review comment:
Couldn't we add the return type here?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]