fix(ui): select component should not always uses title case
This commit is contained in:
parent
22c26cdf78
commit
e1245f49f1
1 changed files with 0 additions and 3 deletions
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
use Closure;
|
||||
use Illuminate\Contracts\View\View;
|
||||
use Illuminate\Support\Str;
|
||||
use Illuminate\View\Component;
|
||||
use Visus\Cuid2\Cuid2;
|
||||
|
||||
|
|
@ -36,8 +35,6 @@ public function render(): View|Closure|string
|
|||
$this->name = $this->id;
|
||||
}
|
||||
|
||||
$this->label = Str::title($this->label);
|
||||
|
||||
return view('components.forms.select');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue