From c816db54d2d08d1449794de3af9083c6f2225270 Mon Sep 17 00:00:00 2001 From: atmonshi Date: Sun, 18 Jun 2023 18:52:32 +0000 Subject: [PATCH] Fix styling --- src/Filament/Pages/Importer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Filament/Pages/Importer.php b/src/Filament/Pages/Importer.php index 1450e88..dc1d1b6 100755 --- a/src/Filament/Pages/Importer.php +++ b/src/Filament/Pages/Importer.php @@ -25,6 +25,7 @@ public function submit() { if (config('app.zeus-demo', false)) { $this->notify('secondary', 'this is just a demo'); + return; }