From ce4012b8249cf03ac37a534dea199bc523db89b5 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Wed, 18 Sep 2024 12:07:55 -0400 Subject: [PATCH] chore: update DataTypeExplorationModal wording --- src/components/discovery/DataTypeExplorationModal.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/discovery/DataTypeExplorationModal.tsx b/src/components/discovery/DataTypeExplorationModal.tsx index 5bd60b62..8d14f9a2 100644 --- a/src/components/discovery/DataTypeExplorationModal.tsx +++ b/src/components/discovery/DataTypeExplorationModal.tsx @@ -12,7 +12,7 @@ import { Tabs, Typography, } from "antd"; -import { ShareAltOutlined, TableOutlined } from "@ant-design/icons"; +import { PlusOutlined, ShareAltOutlined, TableOutlined } from "@ant-design/icons"; import SchemaTree from "../schema_trees/SchemaTree"; import type { BentoDataType } from "@/modules/services/types"; @@ -124,8 +124,9 @@ const DataTypeExplorationModal = ({ dataTypes, open, onCancel }: DataTypeExplora linked data objects matching both criteria. - To run a query on a data type, click on the “Query Data Type” button and choose the data type you - want to add query conditions on. + To run a query on a data type, click on the “ + Data Type” button in the “Advanced Search” section of the explorer and choose + the data type you want to add query conditions on.