Skip to content

Commit

Permalink
chore: Adds dataMask reducer to reducerIndex (apache#13951)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Apr 13, 2021
1 parent e8293c1 commit dbf3e21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset-frontend/spec/helpers/reducerIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* under the License.
*/
import charts from 'src/chart/chartReducer';
import dataMask from 'src/dataMask/reducer';
import dashboardInfo from 'src/dashboard/reducers/dashboardInfo';
import dashboardState from 'src/dashboard/reducers/dashboardState';
import dashboardFilters from 'src/dashboard/reducers/dashboardFilters';
Expand All @@ -41,6 +42,7 @@ export default {
datasources,
dashboardInfo,
dashboardFilters,
dataMask,
nativeFilters,
dashboardState,
dashboardLayout,
Expand Down

0 comments on commit dbf3e21

Please sign in to comment.