Cancel button on create torrent page should only go back one page
This commit is contained in:
parent
60a8969abc
commit
a29dbd7a71
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ function CreateTorrentPage (state) {
|
|||
}
|
||||
|
||||
function handleCancel () {
|
||||
dispatch('backToList')
|
||||
dispatch('back')
|
||||
}
|
||||
|
||||
function handleToggleShowAdvanced () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue