add file search and some fixes and bugs
This commit is contained in:
@@ -11,9 +11,13 @@ export default function Page() {
|
||||
</p>
|
||||
</div>
|
||||
<div className="search-grid">
|
||||
<SectionSearchFile maxFileSize={1024000000} allowedExtensions={[]} fileType="video"/>
|
||||
<SectionSearchFile
|
||||
maxFileSize={1024000000}
|
||||
allowedExtensions={['jpg', 'jpeg', 'png', 'gif', 'bmp']}
|
||||
fileType="image"
|
||||
/>
|
||||
<div className="search-sidebar">
|
||||
test
|
||||
side
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user