fix(dashboard): remove spa mode

This commit is contained in:
Yoga Pangestu 2026-01-14 10:17:19 +07:00
parent 61238444c1
commit 7703aa2b5c

View File

@ -101,7 +101,6 @@ public function panel(Panel $panel): Panel
'Pelindung', 'Pelindung',
]) ])
->databaseNotifications() ->databaseNotifications()
->databaseNotificationsPolling('30s') ->databaseNotificationsPolling('30s');
->spa();
} }
} }