Skip to content

Commit 5b445d2

Browse files
committed
wip
1 parent 68b787a commit 5b445d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/livewire/resources/views/profile/update-profile-information-form.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
1313
<div x-data="{photoName: null, photoPreview: null}" class="col-span-6 sm:col-span-4">
1414
<!-- Profile Photo File Input -->
15-
<input type="file" class="hidden"
15+
<input type="file" id="photo" class="hidden"
1616
wire:model.live="photo"
1717
x-ref="photo"
1818
x-on:change="

0 commit comments

Comments
 (0)