client/src/constants/asyncRequest.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 26 Jun 2017 17:50:24 +0200
changeset 94 2c2a9c8dc216
parent 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
Submit form on enter.

import Immutable from 'immutable';

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