From f205aefbdcb483a8d8a62a0426ea1ea91f9df6b4 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Thu, 11 Dec 2025 09:36:01 +0700 Subject: [PATCH] refactor(perfume, table): mengubah waktu refresh table menjadi 30 detik --- app/Livewire/Datatable/Studio/Catalog/BottlesTable.php | 2 +- app/Livewire/Datatable/Studio/Catalog/PerfumesTable.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Livewire/Datatable/Studio/Catalog/BottlesTable.php b/app/Livewire/Datatable/Studio/Catalog/BottlesTable.php index 50643bb..2e8d049 100644 --- a/app/Livewire/Datatable/Studio/Catalog/BottlesTable.php +++ b/app/Livewire/Datatable/Studio/Catalog/BottlesTable.php @@ -21,7 +21,7 @@ class BottlesTable extends DataTableComponent protected $model = Bottle::class; - protected int $refreshTime = 3000; + protected int $refreshTime = 30000; public function columns(): array { diff --git a/app/Livewire/Datatable/Studio/Catalog/PerfumesTable.php b/app/Livewire/Datatable/Studio/Catalog/PerfumesTable.php index f76c832..d4994de 100644 --- a/app/Livewire/Datatable/Studio/Catalog/PerfumesTable.php +++ b/app/Livewire/Datatable/Studio/Catalog/PerfumesTable.php @@ -20,7 +20,7 @@ class PerfumesTable extends DataTableComponent protected $model = Perfume::class; - protected $refreshTime = 3000; + protected $refreshTime = 30000; public function columns(): array {