fixed the loader issue for ingestionList table (#12710)

This commit is contained in:
Aniket Katkar 2023-08-02 15:56:16 +05:30 committed by GitHub
parent 744a3d403f
commit 67d4886b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ function IngestionListTable({
deleteSelection,
permissions,
pipelineType,
isLoading,
isLoading = false,
}: IngestionListTableProps) {
const { t } = useTranslation();
const [ingestionCurrentPage, setIngestionCurrentPage] = useState(1);