build fix
This commit is contained in:
@@ -341,7 +341,14 @@ const DocumentDetails = (props) => {
|
||||
return Promise.all(historyArr);
|
||||
};
|
||||
const searchDocumentResultsObj = docDetailsObj();
|
||||
}, [incidentid, setDocumentHistory, setDocumentDetails, selectedOption]);
|
||||
}, [
|
||||
incidentid,
|
||||
setDocumentHistory,
|
||||
setDocumentDetails,
|
||||
selectedOption,
|
||||
fieldSortState,
|
||||
orderByState,
|
||||
]);
|
||||
|
||||
const getDocumentResults = (pageNumber, orderBy, fieldSort) => {
|
||||
getSearchDocumentDetailsPaged(
|
||||
|
||||
Reference in New Issue
Block a user