Tables\Actions\DeleteAction::make()
->after(function (Component $livewire) {
$livewire->dispatch('refreshAccounts', ['email' => $this->record->email]);
}),
Tables\Actions\DeleteAction::make()
->after(function (Component $livewire) {
$livewire->dispatch('refreshAccounts', ['email' => $this->record->email]);
}),