diff --git a/app/Http/Livewire/ProfileStudents.php b/app/Http/Livewire/ProfileStudents.php index 926d176f..2c409ede 100644 --- a/app/Http/Livewire/ProfileStudents.php +++ b/app/Http/Livewire/ProfileStudents.php @@ -77,6 +77,7 @@ public function getStudentsProperty() public function updated($name, $value) { + $this->refreshStudents(); $this->emitFilterUpdatedEvent($name, $value); }