parent
928602da81
commit
e7c0ff0374
|
@ -30,5 +30,5 @@ export const checkAndDispatchStatusContactCode = dispatch => {
|
|||
if (statusApiSuccess(event) && hasContactCode()) dispatch(receiveStatusContactCode(STATUS_API[CONTACT_CODE]))
|
||||
});
|
||||
|
||||
window.postMessage({ type: STATUS_API_REQUEST, permissions: [CONTACT_CODE] }, '*');
|
||||
window.postMessage({ type: STATUS_API_REQUEST, permissions: ["CONTACT_CODE", "CONTACTS"] }, '*');
|
||||
}
|
||||
|
|
|
@ -210,7 +210,7 @@ const DisplayAddress = connect(mapStateToProps)((props) => (
|
|||
|
||||
const LookupForm = ({ handleSubmit, values, handleChange, justSearch }) => (
|
||||
<Fragment>
|
||||
<form onSubmit={handleSubmit}>
|
||||
<form onSubmit={handleSubmit} onBlur={handleSubmit} >
|
||||
<Hidden mdDown>
|
||||
<Field label="Enter Domain or Status Name" wide>
|
||||
<TextInput
|
||||
|
|
Loading…
Reference in New Issue