Skip to content

Commit

Permalink
fix: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Makowski <me+github@petermakowski.io>
  • Loading branch information
ndv99 and petermakowski authored Apr 12, 2024
1 parent a1cea97 commit 8ebcfbf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/lib/components/TableCaption/TableCaption.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ import { DynamicTable } from "@/lib/components/DynamicTable";
import { TableCaption } from "@/lib/components/TableCaption/TableCaption";

const meta: Meta<typeof TableCaption> = {
title: "components/TableCaption",
title: "components/DynamicTable/TableCaption",
component: TableCaption,
tags: ["autodocs"],
parameters: {
status: {
type: "candidate",
},
},
parameters: {},
};

export default meta;
Expand Down

0 comments on commit 8ebcfbf

Please sign in to comment.