This commit is contained in:
Charles Cunningham
2026-01-29 10:54:23 -08:00
parent 8d542f890f
commit ffa7644f80

View File

@@ -3755,6 +3755,7 @@ impl ChatWidget {
id: SHARE_SCOPE_QUESTION_ID.to_string(),
header: "Share".to_string(),
question: "Who should be able to open this shared session?".to_string(),
is_other: false,
options: Some(vec![
RequestUserInputQuestionOption {
label: SHARE_SCOPE_EVERYONE_LABEL.to_string(),
@@ -3771,6 +3772,7 @@ impl ChatWidget {
header: "Emails".to_string(),
question: "If sharing with specific emails, list them (comma-separated)."
.to_string(),
is_other: false,
options: None,
},
];