client/src/constants/asyncRequest.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 29 Jun 2017 17:02:21 +0200
changeset 107 e6f85e26b08c
parent 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
Confirm logout when pending requests, try to purge offline.outbox

import Immutable from 'immutable';

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