feat(relation-widget): enable reordering for relation controls (#5873)

This commit is contained in:
Andi Pabst
2021-10-21 13:53:49 +02:00
committed by GitHub
parent e93cd7cddc
commit a77a355bac
2 changed files with 55 additions and 5 deletions

View File

@ -23,7 +23,8 @@
},
"dependencies": {
"react-select": "^4.0.0",
"react-window": "^1.8.5"
"react-window": "^1.8.5",
"react-sortable-hoc": "^2.0.0"
},
"peerDependencies": {
"@emotion/core": "^10.0.35",