Skip to content

Commit 66ba013

Browse files
committed
.
1 parent f2a87ae commit 66ba013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/Webkul/Admin/src/Resources/views/contacts/persons/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="flex items-center gap-x-2.5">
2222
{!! view_render_event('admin.persons.index.create_button.before') !!}
2323

24-
@if (bouncer()->hasPermission('admin.contacts.persons.view'))
24+
@if (bouncer()->hasPermission('contacts.persons.create'))
2525
<a
2626
href="{{ route('admin.contacts.persons.create') }}"
2727
class="primary-button"

0 commit comments

Comments
 (0)