build fixes
This commit is contained in:
@@ -387,7 +387,7 @@ const DocumentDetails = (props) => {
|
||||
getSearchDocumentTypes(props.incidentid).then((data) => {
|
||||
setDocumentTypes(data);
|
||||
});
|
||||
});
|
||||
}, [props.incidentid]);
|
||||
|
||||
const getDocumentResults = useCallback(
|
||||
(pageNumber, orderBy, fieldSort) => {
|
||||
|
||||
Reference in New Issue
Block a user