After creating torrent, remove create torrent page from forward stack

This commit is contained in:
Feross Aboukhadijeh
2016-05-19 18:55:49 -07:00
parent a29dbd7a71
commit 8f39f8a23e
2 changed files with 3 additions and 1 deletions

View File

@@ -119,7 +119,6 @@ function CreateTorrentPage (state) {
comment: comment
}
dispatch('createTorrent', options)
dispatch('backToList')
}
function handleCancel () {