Cancel button on create torrent page should only go back one page

This commit is contained in:
Feross Aboukhadijeh
2016-05-19 18:55:06 -07:00
parent 60a8969abc
commit a29dbd7a71

View File

@@ -123,7 +123,7 @@ function CreateTorrentPage (state) {
} }
function handleCancel () { function handleCancel () {
dispatch('backToList') dispatch('back')
} }
function handleToggleShowAdvanced () { function handleToggleShowAdvanced () {