chore: minor ui fixes (#15398)

This commit is contained in:
Ashish Gupta 2024-02-29 14:11:22 +05:30 committed by GitHub
parent d26cb9605f
commit e414e9eaa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -258,7 +258,7 @@ const AppDetails = () => {
} catch (error) {
showErrorToast(error as AxiosError);
} finally {
setLoadingState((prev) => ({ ...prev, isSaveLoading: true }));
setLoadingState((prev) => ({ ...prev, isSaveLoading: false }));
}
}
};

View File

@ -88,7 +88,8 @@
"webAnalyticUserActivityReportData",
"domain",
"storedProcedure",
"dataProduct"
"dataProduct",
"ingestionPipeline"
],
"uniqueItems": true
},