Commit b746f78
committed
fix(dashboard): Set secret flag when mapping struct fields to field configs
The struct-field-to-custom-field-config mapping did not set `secret`, which became
a required property once the custom-field config type started selecting it. Struct
sub-fields cannot be secret, so it is set to false.
Relates to #26481 parent 0afbc8f commit b746f78
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments