Remove email user for comonent import type

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-04-02 21:08:54 +01:00
parent df1c7c4f95
commit d898288397

View file

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