diff --git a/Passepartout-iOS/Scenes/Organizer/ImportedHostsViewController.swift b/Passepartout-iOS/Scenes/Organizer/ImportedHostsViewController.swift index 5cf3ff00..6d5e57c5 100644 --- a/Passepartout-iOS/Scenes/Organizer/ImportedHostsViewController.swift +++ b/Passepartout-iOS/Scenes/Organizer/ImportedHostsViewController.swift @@ -105,6 +105,9 @@ class ImportedHostsViewController: UITableViewController { } wizard.parsedFile = parsedFile wizard.delegate = wizardDelegate + + // retain back button + wizard.navigationItem.leftBarButtonItem = nil } @IBAction private func close() {