Skip to content

Commit e7934a3

Browse files
committed
Add navigation sort property to ApiTokenResource for consistent ordering
1 parent 47edb44 commit e7934a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Filament/Resources/ApiTokens/ApiTokenResource.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class ApiTokenResource extends Resource
1919

2020
protected static string|\UnitEnum|null $navigationGroup = 'Settings';
2121

22+
protected static ?int $navigationSort = 1;
23+
2224
public static function getLabel(): ?string
2325
{
2426
return __('api_tokens.api_token');

0 commit comments

Comments
 (0)