Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Livewire V2 #23

Merged
merged 9 commits into from
Sep 2, 2020
Prev Previous commit
Add back wire:click on team member manager
  • Loading branch information
calebporzio committed Sep 2, 2020
commit de81b87bb4e9d496cfc57377a681c8be4b0be4e7
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
Nevermind
</x-jet-secondary-button>

<x-jet-button class="ml-2">
<x-jet-button class="ml-2" wire:click="updateRole" wire:loading.attr="disabled">
Save
</x-jet-button>
</x-slot>
Expand Down