@@ -83,20 +83,18 @@ showAlert(self, @"Site Already Exists", @"Please pick a name that does not exist yet."); return; } - [self.mainViewController.siteStorage - setSite: name - length: length - legacy: self.legacySwitch.on]; - - [self.mainViewController.tableView reloadData]; + [self.mainViewController.siteStorage setSite: name + length: length + legacy: self.legacySwitch.on]; + [self.mainViewController reset]; [self.navigationController popViewControllerAnimated: YES]; } - (IBAction)cancel: (id)sender { [self.navigationController popViewControllerAnimated: YES]; } @end