Skip to content

Commit 5cddee9

Browse files
committed
fix: Remove @Label in a field that uses a :label block
This was breaking the sidebar navigation because an Error was being thrown on this page (assert Error).
1 parent 358b54f commit 5cddee9

File tree

1 file changed

+1
-3
lines changed
  • docs/components/file-input-field

1 file changed

+1
-3
lines changed

docs/components/file-input-field/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,11 @@ Target the trash icon button via `data-delete-file`.
232232
/>
233233
</div>
234234

235-
## FileInputField with label and hint, and extra label and hint blocks
235+
## FileInputField with label and hint blocks
236236

237237
<div class='mb-4 w-64'>
238238
<Form::Fields::FileInput
239239
@deleteLabel='Delete file'
240-
@label='Label'
241-
@hint='Hint text'
242240
@trigger='Browse Files'
243241
>
244242
<:label>Icon</:label>

0 commit comments

Comments
 (0)