Skip to content

Commit

Permalink
Resolves #201
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrendel committed May 15, 2024
1 parent bd6c170 commit a53f866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@
<div class="field">
<label class="label">{{ __('app.datatype') }}</label>
<div class="control">
<select class="input" name="datatype" id="edit-plant-attribute-datatype" onchange="window.vue.selectDataTypeInputField(this, document.querySelector('#field-custom-edit-attribute-content'));" onfocus="this.selectedIndex = -1;" required>
<select class="input" name="datatype" id="edit-plant-attribute-datatype" onchange="window.vue.selectDataTypeInputField(this, document.querySelector('#field-custom-edit-attribute-content'));" required>
@foreach (CustPlantAttrModel::$data_types as $datatype)
<option value="{{ $datatype }}">{{ $datatype }}</option>
@endforeach
Expand Down

0 comments on commit a53f866

Please sign in to comment.