Skip to content

Commit

Permalink
Update frontend/src/components/meta/VBackToSearchResultsLink.stories.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed May 2, 2023
1 parent 15c3c08 commit 8d85236
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import VBackToSearchResultsLink from "~/components/VBackToSearchResultsLink.vue"
/>

export const Template = (args) => ({
template: `<VBackToSearchResultsLink v-bind="args" :id="id" :media-type="mediaType" />`,
template: `<VBackToSearchResultsLink v-bind="args" :id="id" />`,
components: { VBackToSearchResultsLink },
setup() {
return { args }
Expand Down

0 comments on commit 8d85236

Please sign in to comment.