Skip to content

Commit 68b787a

Browse files
authored
Update UpdateProfileInformationForm.vue (#1391)
Added missing id for the photo input so that its label works as intended.
1 parent 48262af commit 68b787a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/inertia/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ const clearPhotoFileInput = () => {
9090
<div v-if="$page.props.jetstream.managesProfilePhotos" class="col-span-6 sm:col-span-4">
9191
<!-- Profile Photo File Input -->
9292
<input
93+
id="photo"
9394
ref="photoInput"
9495
type="file"
9596
class="hidden"

0 commit comments

Comments
 (0)