From 9a37e451bf50521f837427c513628ebb5f835225 Mon Sep 17 00:00:00 2001 From: jack-chan-123 Date: Thu, 14 Aug 2025 01:00:09 +0800 Subject: [PATCH 1/2] Fix typo on Native Query page --- .../LogicalModels/AddNativeQuery/AddNativeQuery.stories.tsx | 2 +- .../AddNativeQuery/components/NativeQueryDetailsForm.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/libs/console/legacy-ce/src/lib/features/Data/LogicalModels/AddNativeQuery/AddNativeQuery.stories.tsx b/frontend/libs/console/legacy-ce/src/lib/features/Data/LogicalModels/AddNativeQuery/AddNativeQuery.stories.tsx index c4750f0409620..474958f1e2ec3 100644 --- a/frontend/libs/console/legacy-ce/src/lib/features/Data/LogicalModels/AddNativeQuery/AddNativeQuery.stories.tsx +++ b/frontend/libs/console/legacy-ce/src/lib/features/Data/LogicalModels/AddNativeQuery/AddNativeQuery.stories.tsx @@ -58,7 +58,7 @@ const fillAndSubmitForm: Story['play'] = async ( 'my_native_query' ); await userEvent.type( - c.getByPlaceholderText('A description of this logical model'), + c.getByPlaceholderText('A description of this Native query'), 'a description' ); diff --git a/frontend/libs/console/legacy-ce/src/lib/features/Data/LogicalModels/AddNativeQuery/components/NativeQueryDetailsForm.tsx b/frontend/libs/console/legacy-ce/src/lib/features/Data/LogicalModels/AddNativeQuery/components/NativeQueryDetailsForm.tsx index 4538f9545f5de..0fcda4d0371a7 100644 --- a/frontend/libs/console/legacy-ce/src/lib/features/Data/LogicalModels/AddNativeQuery/components/NativeQueryDetailsForm.tsx +++ b/frontend/libs/console/legacy-ce/src/lib/features/Data/LogicalModels/AddNativeQuery/components/NativeQueryDetailsForm.tsx @@ -70,7 +70,7 @@ export const NativeQueryFormFields = ({ sources }: { sources?: Source[] }) => {