Skip to content

Commit d898288

Browse files
committed
Remove email user for comonent import type
Signed-off-by: snipe <[email protected]>
1 parent df1c7c4 commit d898288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/importer.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class="col-md-12 table table-striped snipe-table">
191191

192192

193193

194-
@if (($typeOfImport != 'location' && $typeOfImport!= 'assetModel') && ($typeOfImport!=''))
194+
@if (($typeOfImport != 'location' && $typeOfImport!= 'assetModel' && $typeOfImport!= 'component') && ($typeOfImport!=''))
195195
<label class="form-control">
196196
<input type="checkbox" name="send_welcome" data-livewire-component="{{ $this->getId() }}" wire:model.live="send_welcome">
197197
{{ trans('general.send_welcome_email_to_users') }}

0 commit comments

Comments
 (0)