Skip to content

Commit

Permalink
Vishal/fixes (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalinfyom authored Jul 16, 2022
1 parent 14a9e36 commit 53771cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/scaffold/table/livewire/actions.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="{{ $editUrl }}" class='btn btn-default btn-xs'>
<i class="fa fa-edit"></i>
</a>
<a class='btn btn-danger btn-xs' wire:click="deleteRecord(@{{ $recordId }})"
<a class='btn btn-danger btn-xs' wire:click="deleteRecord({{ $recordId }})"
onclick="confirm('Are you sure you want to remove this Record?') || event.stopImmediatePropagation()">
<i class="fa fa-trash"></i>
</a>
Expand Down

0 comments on commit 53771cf

Please sign in to comment.