PMCORE-3348

This commit is contained in:
Henry Jordan
2021-09-24 14:11:49 +00:00
parent 33e882ee77
commit 4bee0cb89f
2 changed files with 6 additions and 1 deletions

View File

@@ -231,6 +231,11 @@ export default {
},
]);
},
/**
* Format color for show in breadcrumb
* @param {string} color
* @returns {string}
*/
formatColor(color) {
let code = "#ffffff";
switch (color) {