client/src/constants/asyncRequest.js
author duong tam kien <tk@deveha.com>
Mon, 10 Jul 2017 16:15:52 +0200
changeset 113 33a04d0a7ecc
parent 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
adds note taking lifecycle diagram

import Immutable from 'immutable';

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