diff --git a/src/components/Dashboard/common/FileList.jsx b/src/components/Dashboard/common/FileList.jsx index 9919579..d382d42 100644 --- a/src/components/Dashboard/common/FileList.jsx +++ b/src/components/Dashboard/common/FileList.jsx @@ -67,14 +67,22 @@ const FileList = ({ { const { uploadFile } = useContext(ApiServerContext) const [uploading, setUploading] = useState(false) @@ -138,11 +139,17 @@ const FileUpload = ({ {hasNoItems && uploading == false ? ( - + 0 + ? { extension: { $in: masterFilter } } + : {} + } />