Skip to content

Commit

Permalink
feat(sanity): hardcode summerDrop and autumnDrop bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 committed Jun 24, 2024
1 parent b24c508 commit c2b5300
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ export function StudioNavbar(props: Omit<NavbarProps, 'renderDefault'>) {
<option value="previewDrafts">Preview drafts</option>
{/* eslint-disable-next-line i18next/no-literal-string */}
<option value="published">Published</option>
{/* eslint-disable-next-line i18next/no-literal-string */}
<option value="bundle.summerDrop">Summer Drop</option>
{/* eslint-disable-next-line i18next/no-literal-string */}
<option value="bundle.autumnDrop">Autumn Drop</option>
</Select>
</Flex>
</Flex>
Expand Down

0 comments on commit c2b5300

Please sign in to comment.