1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Merge branch 'master' into feature/multistep-form-block

This commit is contained in:
deanhannigan 2024-01-05 11:08:57 +00:00 committed by GitHub
commit 52a766d7c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ const getColumns = ({
primary,
sortable,
updateSortable: newDraggableList => {
onChange(toGridFormat(newDraggableList.concat(primary)))
onChange(toGridFormat(newDraggableList.concat(primary || [])))
},
update: newEntry => {
const newDraggableList = draggableList.map(entry => {