GSA/code-gov-front-end

View on GitHub
src/actions/update-filter-selections.js

Summary

Maintainability
A
0 mins
Test Coverage
import { SAVE_FILTER_SELECTIONS } from 'constants/actions'

export default function(selections) {
  return { type: SAVE_FILTER_SELECTIONS, selections }
}