Web:Client: add TODO

This commit is contained in:
Timofey Boyko 2023-06-27 10:50:01 +03:00
parent eb51b3ffa2
commit 47ea204265
2 changed files with 2 additions and 0 deletions

View File

@ -273,6 +273,7 @@ const DirectThirdPartyConnection = (props) => {
const { isLoading, folderList, isInitialLoading, isUpdatingInfo } = state;
// TODO: need update enum for filter
const fileSelection = isFileSelection ? (
<SelectFileInput
passedFoldersTree={[folderList]}

View File

@ -4,6 +4,7 @@ import SelectFileInputWrapper from "client/SelectFileInput";
class RoomsModule extends React.Component {
render() {
const { t } = this.props;
// TODO: need update enum for filter
return (
<SelectFileInputWrapper
{...this.props}