Skip to content

Commit ca16202

Browse files
authored
Add disable attribute on save button while profile pic is uploading (#266)
1 parent a0da247 commit ca16202

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
@@ -72,7 +72,7 @@
7272
{{ __('Saved.') }}
7373
</x-jet-action-message>
7474

75-
<x-jet-button>
75+
<x-jet-button wire:loading.attr="disabled" wire:target="photo">
7676
{{ __('Save') }}
7777
</x-jet-button>
7878
</x-slot>

0 commit comments

Comments
 (0)