@epam/ai-dial-ui-kit 0.5.0-rc.40 → 0.5.0-rc.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dial-ui-kit.es.js
CHANGED
|
@@ -49508,7 +49508,7 @@ const u8 = ({
|
|
|
49508
49508
|
if (e)
|
|
49509
49509
|
return Object.values(Ml).map((n) => ({
|
|
49510
49510
|
id: n,
|
|
49511
|
-
|
|
49511
|
+
label: e?.[n] || n.replace("_", " ")
|
|
49512
49512
|
}));
|
|
49513
49513
|
}, [e]);
|
|
49514
49514
|
return {
|