We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742acbf commit c2a4f1bCopy full SHA for c2a4f1b
src/components/variant-select.js
@@ -83,7 +83,7 @@ const VariantSelect = () => {
83
84
return (
85
<Box css={{'margin-top': '25px'}}>
86
- <VariantMenu variantPages={variants} path={path} />
+ <VariantMenu variants={variants} path={path} />
87
</Box>
88
)
89
}
0 commit comments