Fixed table actions missing url
issue
This commit is contained in:
parent
e60b735a46
commit
e1f3d1fc53
@ -12,11 +12,14 @@
|
||||
@break
|
||||
@endif
|
||||
|
||||
@if (isset($action['type']) && $action['type'] == 'divider')
|
||||
@continue
|
||||
@endif
|
||||
|
||||
@if (
|
||||
empty($action['permission'])
|
||||
|| (! empty($action['permission']) && user()->can($action['permission']))
|
||||
)
|
||||
|
||||
@php
|
||||
$type = ! empty($action['type']) ? $action['type'] : 'link';
|
||||
@endphp
|
||||
|
Loading…
x
Reference in New Issue
Block a user