Andrew 2 ヶ月 前
コミット
af9bc605fb
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      app/Filament/Resources/UploadFileResource.php

+ 1
- 1
app/Filament/Resources/UploadFileResource.php ファイルの表示

@@ -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