Blame view

redux/constants/enquiryConstants.js 262 Bytes
jay committed
1 2 3 4 5 6 7
export const ENQUIRY_SUBMIT_REQUEST = "ENQUIRY_SUBMIT_REQUEST";
export const ENQUIRY_SUBMIT_SUCCESS = "ENQUIRY_SUBMIT_SUCCESS";
export const ENQUIRY_SUBMIT_FAIL = "ENQUIRY_SUBMIT_FAIL";

export const CLEAR_ERRORS = "CLEAR_ERRORS";

// export const TOGGLE_SUCCESS