Skip to content

Commit cb9a592

Browse files
authored
Update c-clip direction descriptions (#18)
1 parent 9a6c587 commit cb9a592

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/mappings/forms/gridBox.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,14 @@ export const gridBoxForm = [
3131
label: "C-Clip Direction",
3232
type: "dropdown",
3333
values: [
34-
{ label: "Anti-Clockwise", value: "Anti-Clockwise" },
35-
{ label: "Clockwise", value: "Clockwise" },
34+
{
35+
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+
},
3642
],
3743
},
3844
{

0 commit comments

Comments
 (0)