Skip to content

Commit

Permalink
🐛 Adds 'reindex' action on sort to sortable publications html container
Browse files Browse the repository at this point in the history
  • Loading branch information
betsyecastro committed Apr 9, 2024
1 parent 5311f64 commit 47b8923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/profiles/edit/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@include('profiles.edit._insert_button', ['type' => 'prepend'])
<div class="row mb-4 lower-border"></div>

<div class="sortable" data-next-row-id="-1">
<div class="sortable" data-onsort="reindex" data-next-row-id="-1">

@yield('form')

Expand Down

0 comments on commit 47b8923

Please sign in to comment.