Skip to content

Commit

Permalink
🐛 [backport release-0.5] Use default truncation strategy for the arch…
Browse files Browse the repository at this point in the history
…etype description cell (#2048) (#2051)

Resolves: #1998
Backport-of: #2048

Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
Signed-off-by: Cherry Picker <noreply@github.com>
  • Loading branch information
konveyor-ci-bot[bot] committed Aug 5, 2024
1 parent dbbc801 commit 0e004ea
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 0e004ea

Please sign in to comment.