Remove email user for comonent import type
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
df1c7c4f95
commit
d898288397
1 changed files with 1 additions and 1 deletions
|
@ -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') }}
|
||||
|
|
Loading…
Add table
Reference in a new issue