Skip to content

Commit

Permalink
Merge pull request #131 from alleyinteractive/hotfix/sortables-arent-…
Browse files Browse the repository at this point in the history
…sorting

Fix sortable profiles
  • Loading branch information
mboynes authored Jul 13, 2023
2 parents eb1b409 + e6477ba commit 08c7d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/data/modules/modify/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import arrayMove from 'array-move';
import { arrayMoveImmutable as arrayMove } from 'array-move';

export const modifyActions = {
ADD_PROFILE: 'byline-manager/modify/ADD_PROFILE',
Expand Down

0 comments on commit 08c7d98

Please sign in to comment.