Skip to content

Commit

Permalink
fixup! Split sort event
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnre8 committed Mar 24, 2024
1 parent fb6f33a commit 38f550a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/components/NetworkList.vue
Expand Up @@ -309,8 +309,7 @@ export default defineComponent({
moveItemInArray(store.state.networks, oldIndex, newIndex);
socket.emit("sort", {
type: "networks",
socket.emit("sort:networks", {
order: store.state.networks.map((n) => n.uuid),
});
};
Expand Down

0 comments on commit 38f550a

Please sign in to comment.