We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6c587 commit cb9a592Copy full SHA for cb9a592
src/mappings/forms/gridBox.ts
@@ -31,8 +31,14 @@ export const gridBoxForm = [
31
label: "C-Clip Direction",
32
type: "dropdown",
33
values: [
34
- { label: "Anti-Clockwise", value: "Anti-Clockwise" },
35
- { label: "Clockwise", value: "Clockwise" },
+ {
+ label: "Anti-Clockwise (facing left with respect to notch)",
36
+ value: "Anti-Clockwise (facing left with respect to notch)",
37
+ },
38
39
+ label: "Clockwise (facing right with respect to notch)",
40
+ value: "Clockwise (facing right with respect to notch)",
41
42
],
43
},
44
{
0 commit comments