Skip to content

Commit

Permalink
chore: update DataTypeExplorationModal wording
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 18, 2024
1 parent 9fc4125 commit ce4012b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/discovery/DataTypeExplorationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -124,8 +124,9 @@ const DataTypeExplorationModal = ({ dataTypes, open, onCancel }: DataTypeExplora
linked data objects matching both criteria.
</Typography.Paragraph>
<Typography.Paragraph>
To run a query on a data type, click on the &ldquo;Query Data Type&rdquo; button and choose the data type you
want to add query conditions on.
To run a query on a data type, click on the &ldquo;
<PlusOutlined /> Data Type&rdquo; button in the &ldquo;Advanced Search&rdquo; section of the explorer and choose
the data type you want to add query conditions on.
</Typography.Paragraph>

<Divider />
Expand Down

0 comments on commit ce4012b

Please sign in to comment.