Andrew hace 2 meses
padre
commit
af9bc605fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Filament/Resources/UploadFileResource.php

+ 1
- 1
app/Filament/Resources/UploadFileResource.php Ver fichero

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