client/src/constants/asyncRequest.js
author ymh <ymh.work@gmail.com>
Thu, 03 Aug 2017 19:11:06 +0200
changeset 135 b5aafa462956
parent 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
Cleaning session form. The group and protocol are no longer editable. Removing cruft

import Immutable from 'immutable';

export default Immutable.Map({
  loading: false,
  success: false,
  error: false,
  errorMessages: Immutable.Map({})
});