Skip to content

Commit

Permalink
πŸ› fix: λΉŒλ“œ μ—λŸ¬ μˆ˜μ • #6
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Aug 6, 2024
1 parent a390fcf commit 51fffac
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ const meta: Meta<typeof BasicButton> = {
},

argTypes: {
active: {
control: {
type: "boolean",
},
},
label: {
control: {
type: "text",
Expand All @@ -28,7 +23,6 @@ type Story = StoryObj<typeof meta>;

export const Default: Story = {
args: {
active: false,
label: "λ‹€μŒ (0/2)",
},
decorators: [
Expand All @@ -42,7 +36,6 @@ export const Default: Story = {

export const Active: Story = {
args: {
active: true,
label: "λ‹€μŒ (0/2)",
},
decorators: [
Expand Down

0 comments on commit 51fffac

Please sign in to comment.