From 67d4886b142a216bb75b6f455dc45f3f0e077d6d Mon Sep 17 00:00:00 2001 From: Aniket Katkar Date: Wed, 2 Aug 2023 15:56:16 +0530 Subject: [PATCH] fixed the loader issue for ingestionList table (#12710) --- .../src/components/Ingestion/IngestionListTable.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Ingestion/IngestionListTable.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Ingestion/IngestionListTable.component.tsx index 55e320eba0e..80906a8e7ec 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Ingestion/IngestionListTable.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Ingestion/IngestionListTable.component.tsx @@ -45,7 +45,7 @@ function IngestionListTable({ deleteSelection, permissions, pipelineType, - isLoading, + isLoading = false, }: IngestionListTableProps) { const { t } = useTranslation(); const [ingestionCurrentPage, setIngestionCurrentPage] = useState(1);