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);