From 0fa6bd2da09ef80f89b621f37f9ba3810e0d7f34 Mon Sep 17 00:00:00 2001 From: Sergey Petushkov Date: Wed, 17 Sep 2025 16:13:52 +0200 Subject: [PATCH] chore(aggregations): clarify preview output label --- .../pipeline-as-text-workspace/pipeline-preview.tsx | 2 +- .../src/components/stage-preview/stage-preview-header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/compass-aggregations/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx b/packages/compass-aggregations/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx index bba64d0ad38..1c9fac8796e 100644 --- a/packages/compass-aggregations/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx +++ b/packages/compass-aggregations/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx @@ -184,7 +184,7 @@ export const PipelinePreview: React.FunctionComponent = ({
- Pipeline Output + Pipeline Output Preview {shouldShowCount && ( Sample of {docCount} {docText} diff --git a/packages/compass-aggregations/src/components/stage-preview/stage-preview-header.tsx b/packages/compass-aggregations/src/components/stage-preview/stage-preview-header.tsx index f133bf46bcb..5bbb5b68f34 100644 --- a/packages/compass-aggregations/src/components/stage-preview/stage-preview-header.tsx +++ b/packages/compass-aggregations/src/components/stage-preview/stage-preview-header.tsx @@ -56,7 +56,7 @@ function StagePreviewHeader({ ) : ( <> - Output after{' '} + Output preview after{' '}