client/src/constants/asyncRequest.js
author salimr <riwad.salim@yahoo.fr>
Tue, 09 Oct 2018 18:59:20 +0200
changeset 165 62e5be0df812
parent 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
Add ProtocolSummary component

import Immutable from 'immutable';

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