Skip to content

Commit

Permalink
Fix top-toolbar locking not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed May 14, 2019
1 parent fa6a688 commit a589a47
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ const SortableList = SortableContainer((props) => {
uiLocation,
sidebarSize,
onOpenService,
onOpenServiceMenu
onOpenServiceMenu,
disabled
} = props

return (
Expand All @@ -65,6 +66,7 @@ const SortableList = SortableContainer((props) => {
index={index}
mailboxId={mailboxId}
serviceId={serviceId}
disabled={disabled}
uiLocation={uiLocation}
sidebarSize={sidebarSize}
onOpenService={onOpenService}
Expand Down

0 comments on commit a589a47

Please sign in to comment.