Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 17, 2020
1 parent 0a48fd4 commit a362c08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const DocsVersionDropdownNavbarItemSchema = Joi.object({
type: Joi.string().equal('docsVersionDropdown').required(),
position: NavbarItemPosition,
docsPluginId: Joi.string(),
nextVersionLabel: Joi.string().default('Next'),
nextVersionLabel: Joi.string().default('Next'), // TODO remove soon
});

// Can this be made easier? :/
Expand Down

0 comments on commit a362c08

Please sign in to comment.