diff --git a/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx b/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx index f2b03b4..b1b108d 100644 --- a/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx +++ b/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx @@ -72,6 +72,7 @@ const ResourceRepository = (props) => { ); const handleSelect = (e) => { + setCurrentSelect(e); getFile(e); } const getFile = (e) => {