mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
remove placeholder
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
<div class="max-w-sm text-lg text-gray-200 space-x-2 flex flex-row">
|
<div class="max-w-sm text-lg text-gray-200 space-x-2 flex flex-row">
|
||||||
<x-native-select
|
<x-native-select
|
||||||
label="{{ __('Change country') }}"
|
label="{{ __('Change country') }}"
|
||||||
placeholder="{{ __('Change country') }}"
|
|
||||||
wire:model="c"
|
wire:model="c"
|
||||||
option-label="name"
|
option-label="name"
|
||||||
option-value="code"
|
option-value="code"
|
||||||
@@ -22,7 +21,6 @@
|
|||||||
/>
|
/>
|
||||||
<x-select
|
<x-select
|
||||||
label="{{ __('Change language') }}"
|
label="{{ __('Change language') }}"
|
||||||
placeholder="{{ __('Change language') }}"
|
|
||||||
wire:model="l"
|
wire:model="l"
|
||||||
:clearable="false"
|
:clearable="false"
|
||||||
:searchable="true"
|
:searchable="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user