Skip to content

Commit

Permalink
bugs fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
manusiakemos committed May 13, 2024
1 parent ff9a512 commit 60480c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/stubs/action-modal.stub
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="flex justify-center items-center gap-1">
<x-button.circle primary icon="pencil" wire:click="$parent.edit({ id : {{$row->{@primaryKey}}} })"/>
<x-button.circle primary icon="pencil" wire:click="$parent.edit('{{$row->{@primaryKey}}}')"/>
<x-button.circle negative icon="trash" wire:click="$dispatchTo('{@classNameSlug}.{@classNameSlug}-page','confirmDestroy',{ id : {{$row->{@primaryKey}}} })"/>
</div>

0 comments on commit 60480c1

Please sign in to comment.