Skip to content

Commit b16826f

Browse files
garryoddaurer
authored andcommitted
Make ui-schema control labels optional
1 parent 11234cd commit b16826f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph-proxy/src/graphql/workflow_templates.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ impl ArgumentSchema {
166166
enum UiSchema {
167167
Control {
168168
scope: String,
169-
label: String,
169+
label: Option<String>,
170170
},
171171
HorizontalLayout {
172172
elements: Vec<UiSchema>,

0 commit comments

Comments
 (0)