Skip to content

Commit 1f2c412

Browse files
authored
docs: Add missing FieldPathByValue to Menu/tsLinks (#1046)
1 parent 74fa4c4 commit 1f2c412

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Menu/MenuLinks.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ export const tsLinks: Pages = [
214214
name: "FieldPath",
215215
pathname: "#FieldPath",
216216
},
217+
{
218+
name: "FieldPathByValue",
219+
pathname: "#FieldPathByValue",
220+
},
217221
{
218222
name: "FieldValues",
219223
pathname: "#FieldValues",

0 commit comments

Comments
 (0)