mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
show older files first
This commit is contained in:
@@ -108,7 +108,7 @@ export default function File({
|
||||
<Grid item xs className={classes.chipList}>
|
||||
<Grid container spacing={1} wrap="nowrap">
|
||||
{Array.isArray(value) &&
|
||||
value.map((file: any) => (
|
||||
value.reverse().map((file: any) => (
|
||||
<Grid item key={file.name} className={classes.chipGridItem}>
|
||||
<Confirmation
|
||||
message={{
|
||||
|
||||
Reference in New Issue
Block a user