Skip to content

Commit

Permalink
chore(components): remove badges from card-control docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed Mar 1, 2024
1 parent 1b3ab73 commit 2fee563
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useArgs } from '@storybook/preview-api';
import { Args, Meta, StoryContext, StoryObj } from '@storybook/web-components';
import { BADGE } from '../../../../.storybook/constants';
import { html, nothing } from 'lit';
import { unsafeHTML } from 'lit/directives/unsafe-html.js';
import { parse } from '../../../utils/sass-export';
Expand All @@ -13,9 +12,6 @@ const meta: Meta = {
id: '886fabcf-148b-4054-a2ec-4869668294fb',
title: 'Components/Forms/Card-Control',
component: 'post-card-control',
parameters: {
badges: [BADGE.BETA],
},
args: {
label: 'Label',
description: '',
Expand Down

0 comments on commit 2fee563

Please sign in to comment.