Skip to content

Commit 02ae821

Browse files
Merge pull request #3211 from vuestorefront/v2
chore: automatic sync v2->v2-develop
2 parents d86b74f + e1af15c commit 02ae821

File tree

1 file changed

+2
-2
lines changed
  • apps/preview/next/pages/showcases/ProductSlider

1 file changed

+2
-2
lines changed

apps/preview/next/pages/showcases/ProductSlider/Basic.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function ButtonNext({ disabled, ...attributes }: { disabled?: boolean }) {
5959

6060
ButtonNext.defaultProps = { disabled: false };
6161

62-
export default function GalleryVertical() {
62+
export default function ProductSliderBasic() {
6363
return (
6464
<SfScrollable
6565
className="m-auto py-4 items-center w-full [&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]"
@@ -106,4 +106,4 @@ export default function GalleryVertical() {
106106
}
107107
// #endregion source
108108

109-
GalleryVertical.getLayout = ShowcasePageLayout;
109+
ProductSliderBasic.getLayout = ShowcasePageLayout;

0 commit comments

Comments
 (0)