Merge branch 'feature/files' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore into feature/files

This commit is contained in:
Nikita Gopienko 2020-10-16 15:06:56 +03:00
commit d088475152

View File

@ -64,6 +64,9 @@ class SectionBodyContent extends React.PureComponent {
if (!isLoaded) return;
if(peopleList.length <= 0) setIsLoaded();
setIsLoaded(false)
fetchPeople(filter)
.then(() => isLoaded && setIsLoaded(true))
.catch((error) => {