Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
props @kylnwhf
  • Loading branch information
DirtyF committed Aug 6, 2020
1 parent 2793ae0 commit 5b87e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/useNavigationForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const useNavigationForm = (jsonFile, preview) => {
component: "text",
},
{
label: "Type (link or or group)",
label: "Type (link or group)",
name: "type",
component: "select",
options: ["link", "group"],
Expand Down

1 comment on commit 5b87e27

@vercel
Copy link

@vercel vercel bot commented on 5b87e27 Aug 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.