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