mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-06 23:52:29 +00:00
fixed the loader issue for ingestionList table (#12710)
This commit is contained in:
parent
744a3d403f
commit
67d4886b14
@ -45,7 +45,7 @@ function IngestionListTable({
|
||||
deleteSelection,
|
||||
permissions,
|
||||
pipelineType,
|
||||
isLoading,
|
||||
isLoading = false,
|
||||
}: IngestionListTableProps) {
|
||||
const { t } = useTranslation();
|
||||
const [ingestionCurrentPage, setIngestionCurrentPage] = useState(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user