From 74ca561ab027bc3157846c9be505a25b20042654 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 13 Nov 2024 16:43:57 +0000 Subject: [PATCH] Fixed welcome email toggle Signed-off-by: snipe --- resources/views/livewire/importer.blade.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/resources/views/livewire/importer.blade.php b/resources/views/livewire/importer.blade.php index 6efce2ece..95d2a8bb9 100644 --- a/resources/views/livewire/importer.blade.php +++ b/resources/views/livewire/importer.blade.php @@ -147,7 +147,7 @@ {{ trans('general.import_type') }} -
+
{{ Form::select('typeOfImport', $importTypes, $typeOfImport, [ 'id' => 'import_type', 'class' => 'livewire-select2', @@ -177,7 +177,9 @@

@endif - @if ($this->activeFile->import_type != 'location' && $this->activeFile->import_type != 'assetmodel' && $update) + + + @if (($typeOfImport != 'location' && $typeOfImport!= 'assetmodel') && ($typeOfImport!=''))
+ Type: {{ $typeOfImport }} @if($statusText)
@@ -228,7 +231,7 @@
-
+
{{ Form::select('field_map.'.$index, $columnOptions[$typeOfImport], @$field_map[$index], [