Merge branch 'livewire_importer_2_squashed_and_rebased' of https://github.com/uberbrady/snipe-it into uberbrady-livewire_importer_2_squashed_and_rebased

This commit is contained in:
snipe 2023-03-07 21:42:32 -08:00
commit 42601fecbf

View file

@ -14,6 +14,7 @@
'class' => 'livewire-select2',
'style' => 'min-width: 350px',
'data-placeholder' => 'Select an import type...', /* TODO: translate me */
'placeholder' => '', //needed so that the form-helper will put an empty option first
'data-livewire-component' => $_instance->id
]) }}
</div>