Update custom_field_edit_modal.php

Tidy spacing
This commit is contained in:
wrongecho 2023-05-20 20:21:23 +01:00 committed by GitHub
parent 9fd57cef43
commit a8f3b0fed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</div>
<select class="form-control select2" name="type" required>
<option value="">- Select a field type -</option>
<option <?php if($custom_field_type == 'text') { echo "selected"; } ?> value="text">Text</option>
<option <?php if ($custom_field_type == 'text') { echo "selected"; } ?> value="text">Text</option>
</select>
</div>
</div>