fix(next/prev): Move buttons to correct column #1721

This commit is contained in:
Ben Gotow 2016-03-15 09:16:28 -07:00
parent 492ae69abe
commit 2d8bb9d3f7

View file

@ -30,11 +30,11 @@ module.exports =
location: WorkspaceStore.Location.DraftList.Toolbar
ComponentRegistry.register DownButton,
location: WorkspaceStore.Sheet.Thread.Toolbar.Right
location: WorkspaceStore.Location.MessageList.Toolbar
modes: ['list']
ComponentRegistry.register UpButton,
location: WorkspaceStore.Sheet.Thread.Toolbar.Right
location: WorkspaceStore.Location.MessageList.Toolbar
modes: ['list']
ComponentRegistry.register ThreadBulkArchiveButton,