Skip to content

Commit a675f8f

Browse files
authored
Merge pull request #37 from TappNetwork/update_readme
Update README
2 parents 11d1d02 + 3811f60 commit a675f8f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public static function table(Table $table): Table
4646
}
4747
```
4848

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.
5051

5152
```php
5253
protected function getHeaderActions(): array

0 commit comments

Comments
 (0)