Blame view

redux/constants/detailsConstants.js 179 Bytes
jay committed
1 2 3 4
export const FETCH_DETAILS_SUCCESS = "FETCH_CP_CONNECT_PAGE_SUCCESS";
export const FETCH_DETAILS_FAIL = "FETCH_CP_CONNECT_PAGE_FAIL";

export const CLEAR_ERRORS = "CLEAR_ERRORS";