mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
tried to fix image grid, but got no results
This commit is contained in:
parent
1730421f27
commit
10b013f9a8
4 changed files with 4 additions and 3 deletions
|
@ -19,6 +19,7 @@ const SortableList = SortableContainer(({ items, locked }: { items: IFile[], loc
|
|||
items.map((file, index) => (
|
||||
<SortableItem key={file.id} index={index}>
|
||||
<ImageUpload
|
||||
id={file.id}
|
||||
thumb={file.url}
|
||||
/>
|
||||
</SortableItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue