Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
  • Loading branch information
pxpm committed Oct 24, 2025
commit 34a68953385b552e8f143acf25d4818c471a1ca6
2 changes: 1 addition & 1 deletion resources/views/admin/new-in-v7.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'class' => 'col-md-12 mt-3',
],
'controller' => \App\Http\Controllers\Admin\PetShop\SkillCrudController::class,
'operation' => 'update',
'formOperation' => 'update',
'entry' => \App\Models\PetShop\Skill::find(1),
'content' => [
'header' => 'Edit Skill', // optional
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/partials/datagrid-examples.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<path d="M12 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
</svg>
</a>
<div class="dropdown-menu dropdown-menu-end" style="">
<div class="dropdown-menu dropdown-menu-end">
<a class="dropdown-item" href="#">See demo code</a> <!-- TODO: link to demo code -->
<a class="dropdown-item" href="#">See docs</a> <!-- TODO: link to final docs -->
</div>
Expand Down