removed front end if statement

This commit is contained in:
Godfrey M 2024-04-03 11:06:05 -07:00
parent bb2c73348d
commit df5cacf8a2

View file

@ -348,9 +348,7 @@
</optgroup>
<optgroup label="Custom Fields">
@foreach($customFields as $customField)
@if($customField->field_encrypted != 1)
<option value="{{ $customField->db_column }}">{{ $customField->name }}</option>
@endif
@endforeach
</optgroup>
</select>