Skip to content

Commit

Permalink
update from feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Fercas123 committed Nov 13, 2024
1 parent bda13e7 commit 99676a1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ import {
QAContainer,
QAContainerNoStyleInjection,
type QAContainerNoStyleInjectionProps,
type QAContainerProps,
} from "docs/components";
export default {
title: "Core/File Drop Zone/File Drop Zone QA",
component: FileDropZone,
} as Meta<typeof FileDropZone>;

export const AllExamplesGrid: StoryFn<QAContainerProps> = () => {
export const AllExamplesGrid: StoryFn = () => {
return (
<QAContainer cols={2} itemPadding={4}>
<FileDropZone onDrop={() => console.log("files accepted")}>
Expand Down

0 comments on commit 99676a1

Please sign in to comment.