client/src/constants/asyncRequest.js
author salimr <riwad.salim@yahoo.fr>
Mon, 01 Oct 2018 00:17:45 +0200
changeset 158 964438ef8401
parent 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
Add auto scroll to NoteList

import Immutable from 'immutable';

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