From 4aab91d4ec2723a69b9cc482b5a650c4bbc0a0fb Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Sat, 15 Nov 2025 19:44:36 +0700 Subject: [PATCH] refactor: livewire tables --- config/livewire-tables.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/livewire-tables.php b/config/livewire-tables.php index 7815fa1..dad9ea4 100644 --- a/config/livewire-tables.php +++ b/config/livewire-tables.php @@ -18,12 +18,12 @@ /** * Enable or Disable automatic injection of core assets */ - 'inject_core_assets_enabled' => false, + 'inject_core_assets_enabled' => true, /** * Enable or Disable automatic injection of third-party assets */ - 'inject_third_party_assets_enabled' => false, + 'inject_third_party_assets_enabled' => true, /** * Enable Blade Directives (Not required if automatically injecting or using bundler approaches)