Skip to content

Commit

Permalink
Force re-render at component level
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed May 30, 2024
1 parent 8736cb4 commit f15d8cb
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
use Filament\Resources\RelationManagers\RelationManager;
use Livewire\Attributes\On;

#[On('refresh-relation-manager')]
class BaseRelationManager extends RelationManager
{
#[On('refresh-relation-manager')]
public function refreshRelationManager()
{
// force a re-render
}
}

0 comments on commit f15d8cb

Please sign in to comment.