mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-29 19:35:56 +00:00
chore: minor ui fixes (#15398)
This commit is contained in:
parent
d26cb9605f
commit
e414e9eaa3
@ -258,7 +258,7 @@ const AppDetails = () => {
|
||||
} catch (error) {
|
||||
showErrorToast(error as AxiosError);
|
||||
} finally {
|
||||
setLoadingState((prev) => ({ ...prev, isSaveLoading: true }));
|
||||
setLoadingState((prev) => ({ ...prev, isSaveLoading: false }));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -88,7 +88,8 @@
|
||||
"webAnalyticUserActivityReportData",
|
||||
"domain",
|
||||
"storedProcedure",
|
||||
"dataProduct"
|
||||
"dataProduct",
|
||||
"ingestionPipeline"
|
||||
],
|
||||
"uniqueItems": true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user