diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Explore/Explore.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Explore/Explore.component.tsx index 2357f2a6380..58de167bcfb 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Explore/Explore.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Explore/Explore.component.tsx @@ -251,18 +251,18 @@ const Explore: React.FC = ({ return ( - - - - + + + }> Promise; - onSuggest?: (text: string) => void; onCancel?: () => void; }; export const ModalWithMarkdownEditor: FunctionComponent = ({ isExpandable = false, header, - // placeholder, + placeholder, value, onSave, - // onSuggest, onCancel, }: Props) => { + const { t } = useTranslation(); const [expanded, setExpanded] = useState(false); const [isLoading, setIsLoading] = useState(false); @@ -86,7 +86,6 @@ export const ModalWithMarkdownEditor: FunctionComponent = ({ diff --git a/openmetadata-ui/src/main/resources/ui/src/components/SchemaTab/SchemaTab.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/SchemaTab/SchemaTab.component.tsx index cf6d3b67c20..136dcde0a72 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/SchemaTab/SchemaTab.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/SchemaTab/SchemaTab.component.tsx @@ -51,26 +51,24 @@ const SchemaTab: FunctionComponent = ({
- {columns?.length > 0 ? ( -
- -
- ) : null} +
+ +
); diff --git a/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/TableProfilerV1.tsx b/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/TableProfilerV1.tsx index d17b97c5d71..c9a550d7e8b 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/TableProfilerV1.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/TableProfilerV1.tsx @@ -343,7 +343,7 @@ const TableProfilerV1: FC = ({ table, permissions }) => { target="_blank" to={{ pathname: - 'https://docs.open-metadata.org/openmetadata/ingestion/workflows/profiler', + 'https://docs.open-metadata.org/connectors/ingestion/workflows/profiler', }}> here. diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/tags/index.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/tags/index.tsx index a4abb2bb77c..d57799e4792 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/tags/index.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/tags/index.tsx @@ -667,7 +667,6 @@ const TagsPage = () => { data-testid="delete-tag-category-button" disabled={!categoryPermissions.Delete} size="small" - type="primary" onClick={() => { deleteTagHandler(); }}>