From e98fa92ab51baf4df503ec5313cbdc8f43e48cf2 Mon Sep 17 00:00:00 2001 From: 1337 <19777147+the-serious-programmer@users.noreply.github.com> Date: Sat, 18 Apr 2026 14:31:53 +0200 Subject: [PATCH] Update docs/features/software-catalog/catalog-customization.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: 1337 <19777147+the-serious-programmer@users.noreply.github.com> --- docs/features/software-catalog/catalog-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/catalog-customization.md b/docs/features/software-catalog/catalog-customization.md index 18e0c98f60..c91800f178 100644 --- a/docs/features/software-catalog/catalog-customization.md +++ b/docs/features/software-catalog/catalog-customization.md @@ -95,7 +95,7 @@ const yamlExporter: CatalogExporter = ({ apis, columns, streamRequest }) => { const catalogExportExtension = CatalogExportConfigBlueprint.make({ params: { exporters: { - yaml: { fn: yamlExporter, label: 'YAML' }, + yaml: { exporter: yamlExporter, label: 'YAML' }, }, columns: [{ entityFilterKey: 'metadata.name', title: 'Name' }], onSuccess: () => {