diff --git a/frontend/src/app/boards/[boardId]/edit/page.tsx b/frontend/src/app/boards/[boardId]/edit/page.tsx index 74f9daf5..7d232a77 100644 --- a/frontend/src/app/boards/[boardId]/edit/page.tsx +++ b/frontend/src/app/boards/[boardId]/edit/page.tsx @@ -53,6 +53,7 @@ import { import SearchableSelect from "@/components/ui/searchable-select"; import { Textarea } from "@/components/ui/textarea"; import { localDateInputToUtcIso, toLocalDateInput } from "@/lib/datetime"; +import { Markdown } from "@/components/atoms/Markdown"; const slugify = (value: string) => value @@ -188,7 +189,12 @@ function WebhookCard({ disabled={isBusy} /> ) : ( -
{webhook.description}
+