client/src/constants/asyncRequest.js
author ymh <ymh.work@gmail.com>
Tue, 25 Jul 2017 19:11:26 +0200
changeset 128 34a75bd8d0b9
parent 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
add filter on session and node list to recover specific objects

import Immutable from 'immutable';

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