You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ public static function table(Table $table): Table
46
46
}
47
47
```
48
48
49
-
Add invite action to header actions
49
+
Add invite action to header actions in your resource view or edit page (e.g. `App\Filament\Resources\Users\Pages\EditUser.php` or `App\Filament\Resources\Users\Pages\ViewUser.php`), as the
50
+
`InviteAction` resolves the user from the current record, which is available on edit and view pages.
0 commit comments