client/src/constants/asyncRequest.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 29 Jun 2017 17:11:56 +0200
changeset 108 732adc46c8b8
parent 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
Change add group button design.

import Immutable from 'immutable';

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