GSA/code-gov-front-end

View on GitHub
src/actions/update-search-params.js

Summary

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

export default function(data) {
  return { type: UPDATE_SEARCH_PARAMS, data }
}