Skip to content

Commit

Permalink
set if demo
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jun 18, 2023
1 parent 9d83300 commit 38b7da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Filament/Pages/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function submit()
{
if (config('app.zeus-demo', false)) {
$this->notify('secondary', 'this is just a demo');
return;
}

if ($this->truncate) {
Expand Down

0 comments on commit 38b7da5

Please sign in to comment.