mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-07 08:03:09 +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,
|
deleteSelection,
|
||||||
permissions,
|
permissions,
|
||||||
pipelineType,
|
pipelineType,
|
||||||
isLoading,
|
isLoading = false,
|
||||||
}: IngestionListTableProps) {
|
}: IngestionListTableProps) {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const [ingestionCurrentPage, setIngestionCurrentPage] = useState(1);
|
const [ingestionCurrentPage, setIngestionCurrentPage] = useState(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user