forked from Roflin/gamenight
Adds renaming games functionality
This commit is contained in:
@@ -40,8 +40,7 @@ impl<'a> Flow<'a> for ListGamenights {
|
||||
|
||||
let choice = Select::new("What gamenight would you like to view?", view_flows).prompt_skippable()?;
|
||||
|
||||
clear_screen::clear();
|
||||
handle_choice_option(&choice, self, state).await
|
||||
self.continue_choice(state, &choice).await
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user