summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/header_search/store/state.js
blob: fb2c83dbbe3e8b274626cf261427804f182b3830 (plain)
1
2
3
4
5
6
7
8
const createState = ({ searchPath, issuesPath, mrPath, searchContext }) => ({
  searchPath,
  issuesPath,
  mrPath,
  searchContext,
  search: '',
});
export default createState;