Cancel button on create torrent page should only go back one page
This commit is contained in:
@@ -123,7 +123,7 @@ function CreateTorrentPage (state) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleCancel () {
|
function handleCancel () {
|
||||||
dispatch('backToList')
|
dispatch('back')
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleToggleShowAdvanced () {
|
function handleToggleShowAdvanced () {
|
||||||
|
|||||||
Reference in New Issue
Block a user