diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Settings/Applications/AppDetails/AppDetails.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Settings/Applications/AppDetails/AppDetails.component.tsx index 6df4a61f6ff..64c31125256 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Settings/Applications/AppDetails/AppDetails.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Settings/Applications/AppDetails/AppDetails.component.tsx @@ -258,7 +258,7 @@ const AppDetails = () => { } catch (error) { showErrorToast(error as AxiosError); } finally { - setLoadingState((prev) => ({ ...prev, isSaveLoading: true })); + setLoadingState((prev) => ({ ...prev, isSaveLoading: false })); } } }; diff --git a/openmetadata-ui/src/main/resources/ui/src/utils/ApplicationSchemas/SearchIndexingApplication.json b/openmetadata-ui/src/main/resources/ui/src/utils/ApplicationSchemas/SearchIndexingApplication.json index 731d046f59e..48c94513701 100644 --- a/openmetadata-ui/src/main/resources/ui/src/utils/ApplicationSchemas/SearchIndexingApplication.json +++ b/openmetadata-ui/src/main/resources/ui/src/utils/ApplicationSchemas/SearchIndexingApplication.json @@ -88,7 +88,8 @@ "webAnalyticUserActivityReportData", "domain", "storedProcedure", - "dataProduct" + "dataProduct", + "ingestionPipeline" ], "uniqueItems": true },