client/src/constants/asyncRequest.js
author salimr <riwad.salim@yahoo.fr>
Tue, 25 Sep 2018 02:02:13 +0200
changeset 157 5c3af4f10e92
parent 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
Update slate editor

import Immutable from 'immutable';

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