Skip to content

Commit 1cb3c60

Browse files
committed
Fix render of modal story
1 parent 5a0a42f commit 1cb3c60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stories/Modal.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ of \`name\` key of the \`options\` param object :
3333
- \`close\${camelCasePrefix}Modal\`: Programmatically close the modal
3434
- \`\${camelCasePrefix}ModalNativeButtonProps\`: The props object for <button /> component (For Next AppDir, if you want to be RSC ready)
3535
36-
**Eg.:**
36+
**Eg.:**
37+
3738
\`\`\`tsx
3839
import { createModal } from "@codegouvfr/react-dsfr/Modal";
3940
import { Button } from "@codegouvfr/react-dsfr/Button";

0 commit comments

Comments
 (0)