fix: Removes default slot for right of label (#8936)

This commit is contained in:
Nithin David Thomas 2024-02-14 10:48:54 -08:00 committed by GitHub
parent 7298002da7
commit 678c00f254
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,9 +9,7 @@
<slot name="label">
{{ label }}
</slot>
<slot name="rightOfLabel">
{{ label }}
</slot>
<slot name="rightOfLabel" />
</label>
<div class="w-full">
<div class="flex items-center relative w-full">