We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1c7c4 commit d898288Copy full SHA for d898288
resources/views/livewire/importer.blade.php
@@ -191,7 +191,7 @@ class="col-md-12 table table-striped snipe-table">
191
192
193
194
- @if (($typeOfImport != 'location' && $typeOfImport!= 'assetModel') && ($typeOfImport!=''))
+ @if (($typeOfImport != 'location' && $typeOfImport!= 'assetModel' && $typeOfImport!= 'component') && ($typeOfImport!=''))
195
<label class="form-control">
196
<input type="checkbox" name="send_welcome" data-livewire-component="{{ $this->getId() }}" wire:model.live="send_welcome">
197
{{ trans('general.send_welcome_email_to_users') }}
0 commit comments