mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Removed todo
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
13c6a7f89b
commit
7012018e22
|
@ -149,7 +149,7 @@
|
||||||
'id' => 'import_type',
|
'id' => 'import_type',
|
||||||
'class' => 'livewire-select2',
|
'class' => 'livewire-select2',
|
||||||
'style' => 'min-width: 350px',
|
'style' => 'min-width: 350px',
|
||||||
'data-placeholder' => trans('general.select_var', ['thing' => trans('general.import_type')]), /* TODO: translate me */
|
'data-placeholder' => trans('general.select_var', ['thing' => trans('general.import_type')]),
|
||||||
'placeholder' => '', //needed so that the form-helper will put an empty option first
|
'placeholder' => '', //needed so that the form-helper will put an empty option first
|
||||||
'data-minimum-results-for-search' => '-1', // Remove this if the list gets long enough that we need to search
|
'data-minimum-results-for-search' => '-1', // Remove this if the list gets long enough that we need to search
|
||||||
'data-livewire-component' => $_instance->id
|
'data-livewire-component' => $_instance->id
|
||||||
|
|
Loading…
Reference in a new issue