diff --git a/app/Http/Livewire/Importer.php b/app/Http/Livewire/Importer.php index f0d34d80e..29837700e 100644 --- a/app/Http/Livewire/Importer.php +++ b/app/Http/Livewire/Importer.php @@ -40,6 +40,7 @@ class Importer extends Component // Make these variables public - we set the properties in the constructor so we can localize them (versus the old static arrays) public $accessories_fields; + public $assets_fields; public $users_fields; public $licenses_fields; public $locations_fields;