Skip to content

Commit

Permalink
Manage selected resources sort
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Jan 27, 2025
1 parent 12467f4 commit 4728873
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<DragContainer
v-if="selectedResources.length > 0"
:items="selectedResources"
@sort="$emit('sortedResources', $event)"
@sort="$emit('setSelectedResources', $event.newArray)"
>
<transition-group
tag="div"
Expand Down

0 comments on commit 4728873

Please sign in to comment.