client/src/constants/asyncRequest.js
author ymh <ymh.work@gmail.com>
Thu, 08 Nov 2018 16:03:28 +0100
changeset 171 03334a31130a
parent 168 ea92f4fe783d
permissions -rw-r--r--
Add translation with react-i18next

export default {
  loading: false,
  success: false,
  error: false,
  errorMessages: {}
};