export default ({ state }) => {
  const { preferences, project_preferences } = state

  history.replaceState(null, null, '/tasks/accessions/comprehensive')
  state = Object.assign(state, makeInitialState())