mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-26 06:18:04 +00:00
Improved EsLint performance + bump frontend packages (#656)
* Bump frontend packages to latest * DropDown.stories.tsx fixed
This commit is contained in:
@@ -5,13 +5,9 @@ import { action } from "storybook/actions";
|
||||
import DropDown from "./DropDown";
|
||||
|
||||
const meta = {
|
||||
/* 👇 The title prop is optional.
|
||||
* See https://storybook.js.org/docs/react/configure/overview#configure-story-loading
|
||||
* to learn how to generate automatic titles
|
||||
*/
|
||||
title: "DropDown",
|
||||
component: DropDown,
|
||||
} as unknown as Meta<typeof DropDown>;
|
||||
} satisfies Meta<typeof DropDown>;
|
||||
|
||||
export default meta;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user