Skip to content

Commit bfce314

Browse files
committed
fix: display icon belongs to FlowType not to ValidationFlow
1 parent 9e60fdb commit bfce314

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

proto/shared/shared.flow.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ message ValidationFlow {
2323
repeated NodeFunction node_functions = 9;
2424
string project_slug = 10;
2525
optional string disable_reason = 11;
26-
string display_icon = 12;
2726
}
2827

2928
message ExecutionFlow {

proto/shared/shared.flow_definition.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ message FlowType {
2121
// Version of the flow type
2222
// Format: "major.minor.patch", e.g. "1.2.3"
2323
string version = 11;
24+
string display_icon = 12;
2425
}
2526

2627
message FlowTypeSetting {

0 commit comments

Comments
 (0)