diff --git a/app/Livewire/CategoryEditForm.php b/app/Livewire/CategoryEditForm.php index fd8bef6489..98e505c8df 100644 --- a/app/Livewire/CategoryEditForm.php +++ b/app/Livewire/CategoryEditForm.php @@ -6,6 +6,8 @@ use Livewire\Component; class CategoryEditForm extends Component { + public bool $alertOnResponse; + public $defaultEulaText; public $eulaText; diff --git a/resources/views/categories/edit.blade.php b/resources/views/categories/edit.blade.php index 7c12f677fa..fd9efcc49f 100755 --- a/resources/views/categories/edit.blade.php +++ b/resources/views/categories/edit.blade.php @@ -31,6 +31,7 @@ Send email to you when user accepts or declines checkout.