Skip to content

Commit

Permalink
fix: remove description field
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Sep 20, 2024
1 parent eef8426 commit cbed007
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/library-authoring/component-info/ComponentDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ const ComponentDetails = ({ usageKey }: ComponentDetailsProps) => {

return (
<Stack gap={3}>
<div>
<h3 className="h5">
{intl.formatMessage(messages.detailsTabDescriptionTitle)}
</h3>
<input type="text" className="form-control" placeholder="Description / Card Preview Text" />
</div>
<div>
<h3 className="h5">
{intl.formatMessage(messages.detailsTabUsageTitle)}
Expand Down

0 comments on commit cbed007

Please sign in to comment.