client/src/constants/asyncRequest.js
author duong tam kien <tk@deveha.com>
Mon, 10 Jul 2017 16:22:59 +0200
changeset 114 ec72869a5a20
parent 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
adds a synthesis step

import Immutable from 'immutable';

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