build fixes

This commit is contained in:
2022-09-07 11:23:30 +01:00
parent 0eaa448268
commit 7115aab927
8 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ const DocumentDetails = (props) => {
getSearchDocumentTypes(props.incidentid).then((data) => {
setDocumentTypes(data);
});
});
}, [props.incidentid]);
const getDocumentResults = useCallback(
(pageNumber, orderBy, fieldSort) => {