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