Skip to content

Commit

Permalink
🐛 Use default truncation strategy for the archetype description cell (#…
Browse files Browse the repository at this point in the history
…2048)

Resolves: #1998

Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
  • Loading branch information
rszwajko committed Aug 5, 2024
1 parent 984543d commit 2fe8a4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions client/src/app/pages/archetypes/archetypes-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import {
} from "@app/queries/archetypes";

import LinkToArchetypeApplications from "./components/link-to-archetype-applications";
import ArchetypeDescriptionColumn from "./components/archetype-description-column";
import ArchetypeDetailDrawer from "./components/archetype-detail-drawer";
import ArchetypeForm from "./components/archetype-form";
import ArchetypeMaintainersColumn from "./components/archetype-maintainers-column";
Expand Down Expand Up @@ -437,7 +436,7 @@ const Archetypes: React.FC = () => {
{...getTdProps({ columnKey: "description" })}
modifier="truncate"
>
<ArchetypeDescriptionColumn archetype={archetype} />
{archetype.description}
</Td>
<Td {...getTdProps({ columnKey: "tags" })}>
<ArchetypeTagsColumn archetype={archetype} />
Expand Down

This file was deleted.

0 comments on commit 2fe8a4d

Please sign in to comment.