diff --git a/app/Http/Livewire/ProfileStudents.php b/app/Http/Livewire/ProfileStudents.php index 2c409ede..c9902b0b 100644 --- a/app/Http/Livewire/ProfileStudents.php +++ b/app/Http/Livewire/ProfileStudents.php @@ -77,13 +77,12 @@ public function getStudentsProperty() public function updated($name, $value) { - $this->refreshStudents(); $this->emitFilterUpdatedEvent($name, $value); } public function refreshStudents() { - $this->students = $this->getStudentsProperty(); + unset($this->students); } public function render()