We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dd647 commit 4863920Copy full SHA for 4863920
crates/config/src/sections/experimental.rs
@@ -77,7 +77,8 @@ pub struct ExperimentalConfig {
77
pub inactive_session_expiration: Option<InactiveSessionExpirationConfig>,
78
79
/// Experimental feature to show a plan management tab and iframe.
80
- /// This value is passed through "as is" to the client without any validation.
+ /// This value is passed through "as is" to the client without any
81
+ /// validation.
82
#[serde(skip_serializing_if = "Option::is_none")]
83
pub plan_management_iframe_uri: Option<String>,
84
}
0 commit comments