We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a5e9d commit 953f510Copy full SHA for 953f510
panel/src/components/Forms/Field/ModelsField.vue
@@ -33,7 +33,7 @@
33
:value="searchterm"
34
icon="search"
35
type="text"
36
- class="k-models-section-search"
+ class="k-models-field-search"
37
@input="onSearch"
38
@keydown.esc="onSearchToggle"
39
/>
src/Form/Field/ModelsField.php
@@ -275,7 +275,7 @@ public function columns(): array
275
$column['label'] ??= Str::label($columnName);
276
277
// make sure to translate labels
278
- $column['label'] = $this->i18n($column['label'], $column['label']);
+ $column['label'] = $this->i18n($column['label']);
279
280
// keep the original column name as id
281
$column['id'] = $columnName;
0 commit comments