Create / edit recipe form unification and improvements (#4693)
This commit is contained in:
@@ -278,7 +278,7 @@ pub async fn build_session(session_config: SessionBuilderConfig) -> CliSession {
|
||||
process::exit(1);
|
||||
});
|
||||
|
||||
// Handle session file resolution and resuming
|
||||
// Handle session resolution and resuming
|
||||
let session_id: Option<String> = if session_config.no_session {
|
||||
None
|
||||
} else if session_config.resume {
|
||||
|
||||
Reference in New Issue
Block a user