From e414e9eaa3c6f1cb6bcd68f66ac29d9e4fc09bba Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Thu, 29 Feb 2024 14:11:22 +0530 Subject: [PATCH] chore: minor ui fixes (#15398) --- .../Settings/Applications/AppDetails/AppDetails.component.tsx | 2 +- .../utils/ApplicationSchemas/SearchIndexingApplication.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 },