Skip to content

Commit

Permalink
Merge pull request #9 from ghuniyu/patch-1
Browse files Browse the repository at this point in the history
Update navigation.blade.php
  • Loading branch information
daniel-de-wit authored Feb 26, 2021
2 parents 02f6022 + 8fe7b8f commit 76ffadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/resources/navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
name: 'detail',
params: {
resourceName: '{{ $resource::uriKey() }}',
resourceId: {{ $resource::singleRecordId() }}
resourceId: '{{ $resource::singleRecordId() }}'
}
}" class="text-white text-justify no-underline dim">
{{ $resource::label() }}
Expand Down

0 comments on commit 76ffadc

Please sign in to comment.