Skip to content

Commit 25b5506

Browse files
Fix laravel nova actions conflict (#1756)
1 parent e76edd7 commit 25b5506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/row.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
@if (count(data_get($column, 'customContent')) > 0)
6666
@include(data_get($column, 'customContent.view'), data_get($column, 'customContent.params'))
6767
@else
68-
@if (empty(data_get($row, 'actions')) && data_get($column, 'isAction'))
68+
@if (data_get($column, 'isAction'))
6969
<div class="pg-actions">
7070
@if (method_exists($this, 'actionsFromView') && ($actionsFromView = $this->actionsFromView($row)))
7171
<div wire:key="actions-view-{{ data_get($row, $this->realPrimaryKey) }}">

0 commit comments

Comments
 (0)