build fix and updated myportal layout
This commit is contained in:
@@ -6,6 +6,7 @@ export const searchResultsActionTypes = {
|
||||
SETDOCUMENTDETAILS: "SETDOCUMENTDETAILS",
|
||||
SETDOCUMENTHISTORY: "SETDOCUMENTHISTORY",
|
||||
SETREPRESENTATIONS: "SETREPRESENTATIONS",
|
||||
SETDNSCOORDS: "SETDNSCOORDS",
|
||||
};
|
||||
|
||||
export const getSearchResultshObj = () => (dispatch) => {
|
||||
@@ -47,3 +48,10 @@ export const setRepresentations = (representations) => (dispatch) => {
|
||||
representationsObj: representations,
|
||||
});
|
||||
};
|
||||
|
||||
export const setDNSCoords = (dnsCoords) => (dispatch) => {
|
||||
return dispatch({
|
||||
type: searchResultsActionTypes.SETDNSCOORDS,
|
||||
dnsCoordsObj: dnsCoords,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user