This commit is contained in:
Ruben Fiszel
2025-09-20 01:09:49 +00:00
parent aa5c617fb0
commit 1c7d68cc39
3 changed files with 2 additions and 13 deletions
+1 -1
View File
@@ -1488,9 +1488,9 @@ async fn delete_git_sync_repository(
))
}
#[cfg(feature = "enterprise")]
#[derive(Debug, Deserialize)]
struct EditDeployUIConfig {
#[cfg(feature = "enterprise")]
deploy_ui_settings: Option<WorkspaceDeploymentUISettings>,
}