diff --git a/src/Umbraco.Web.UI.Client/devops/icons/index.js b/src/Umbraco.Web.UI.Client/devops/icons/index.js index c2b060fec8..a8e68db472 100644 --- a/src/Umbraco.Web.UI.Client/devops/icons/index.js +++ b/src/Umbraco.Web.UI.Client/devops/icons/index.js @@ -46,7 +46,7 @@ const collectDictionaryIcons = async () => { const icon = { name: iconDef.name, - legacy: iconDef.legacy, + legacy: iconDef.legacy, // TODO: Deprecated, remove in v.17. hidden: iconDef.legacy ?? iconDef.internal, fileName: iconFileName, svg,