Skip to content

Commit

Permalink
Updated modal button is now always by default clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanjansen committed Feb 24, 2021
1 parent 8393270 commit a5fc147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ All notable changes to `laravel-move` will be documented in this file
## 0.2.1 - 2021-02-23

- fixed backwards compatibility for php7.4

## 0.2.0 - 2021-02-23

- making move headless
Expand Down
4 changes: 3 additions & 1 deletion resources/views/components/modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
{!! $button !!}
</div>
@else
{!! $button !!}
<div x-on:click="show = true">
{!! $button !!}
</div>
@endif
@endif

Expand Down

0 comments on commit a5fc147

Please sign in to comment.