Skip to content

Commit

Permalink
fix: 🐛 Upgrade Jetstream
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouvat committed Oct 25, 2023
1 parent e84a381 commit 5a49426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
<div x-data="{photoName: null, photoPreview: null}" class="col-span-6 sm:col-span-4">
<!-- Profile Photo File Input -->
<input type="file" class="hidden"
<input type="file" id="photo" class="hidden"
wire:model.live="photo"
x-ref="photo"
x-on:change="
Expand Down

0 comments on commit 5a49426

Please sign in to comment.