Explorar el Código

translate fix

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

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

74
                 Tables\Actions\BulkActionGroup::make([
74
                 Tables\Actions\BulkActionGroup::make([
75
                     Tables\Actions\DeleteBulkAction::make(),
75
                     Tables\Actions\DeleteBulkAction::make(),
76
                 ]),
76
                 ]),
77
-            ]);
77
+            ])
78
+            ->reorderable('order')
79
+            ->defaultSort('order', 'desc');
78
     }
80
     }
79
 
81
 
80
     public static function getRelations(): array
82
     public static function getRelations(): array