Andrew 9 months ago
parent
commit
af9bc605fb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Filament/Resources/UploadFileResource.php

+ 1
- 1
app/Filament/Resources/UploadFileResource.php View File

76
                 ]),
76
                 ]),
77
             ])
77
             ])
78
             ->reorderable('order')
78
             ->reorderable('order')
79
-            ->defaultSort('order', 'desc');
79
+            ->defaultSort('order', 'asc');
80
     }
80
     }
81
 
81
 
82
     public static function getRelations(): array
82
     public static function getRelations(): array