Skip to content

Commit

Permalink
feat: update story
Browse files Browse the repository at this point in the history
  • Loading branch information
weronika-szalas committed Nov 29, 2024
1 parent aa6e944 commit dacac15
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import { StoryObj, Meta } from "@storybook/react";

import { OakMediaClip } from "./OakMediaClip";

import { OakFlex } from "@/components/atoms";
import { OakFlex, OakUL } from "@/components/atoms";

const meta: Meta<typeof OakMediaClip> = {
title: "Components/organisms/teacher/OakMediaClip",
@@ -69,7 +69,7 @@ type Story = StoryObj<typeof OakMediaClip>;
export const Default: Story = {
render: (args) => {
return (
<>
<OakUL $reset>
<OakMediaClip
{...args}
muxPlayingState={"standard"}
@@ -91,7 +91,7 @@ export const Default: Story = {
console.log(`Played video`);
}}
/>
</>
</OakUL>
);
},
args: {

0 comments on commit dacac15

Please sign in to comment.