diff --git a/src/components/NextLink/NextLink.stories.jsx b/src/components/NextLink/NextLink.stories.jsx index f0ee0069..e838d0e8 100644 --- a/src/components/NextLink/NextLink.stories.jsx +++ b/src/components/NextLink/NextLink.stories.jsx @@ -12,5 +12,8 @@ export const Default = Template.bind({}) Default.args = { text: 'Text Here', addClass: '', - path: '/', + path: { + pathname: '/test', + query: {}, + }, }