Skip to content

Commit

Permalink
Make ui-schema control labels optional
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod authored and daurer committed Oct 28, 2024
1 parent 11234cd commit b16826f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph-proxy/src/graphql/workflow_templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ impl ArgumentSchema {
enum UiSchema {
Control {
scope: String,
label: String,
label: Option<String>,
},
HorizontalLayout {
elements: Vec<UiSchema>,
Expand Down

0 comments on commit b16826f

Please sign in to comment.