From 3597f7d37a085f56f8f24cbbce132cade0c6b3ee Mon Sep 17 00:00:00 2001 From: developer Date: Thu, 23 Apr 2026 18:15:58 +0800 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D1=8B=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BB=D0=B8=D0=B5=D0=BD=D1=82=D0=BE=D0=B2:=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=B2=D0=B5=D0=BB=20=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D0=B6=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Livewire/ClientsTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Livewire/ClientsTable.php b/app/Livewire/ClientsTable.php index 6b34f59..ad5ed16 100644 --- a/app/Livewire/ClientsTable.php +++ b/app/Livewire/ClientsTable.php @@ -22,7 +22,7 @@ class ClientsTable extends Component public $status; public $count; public $mode;//short || full - private $filter = []; + public $filter = []; public $clientsCount; public $currentPage;