mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 22:18:23 +00:00

* Fixed Error thrown while removing tags from data asset details page * Fixed bug where user were not able to remove the tags on Dashboard Details page * Changes in MlModelFeaturesList component: - Tag removal bug fix - Removed tailwind use and replaced with antd - Code optimisation - Localisation changes * Moved height and width styling from app.less to size.less * Moved tags sorting functionality to a common util function * Removed redundant labels in en-us and replaced with common reusable label * Removed unnecessary code * localisation changes * Added unit tests for added functions in CommonUtils and DashboardDetailsUtils * Added missing localisation changes for MlModelFeaturesList