diff --git a/src/Umbraco.Web.UI.Client/examples/ufm-custom-component/index.ts b/src/Umbraco.Web.UI.Client/examples/ufm-custom-component/index.ts index 59efba5054..69cda7ce89 100644 --- a/src/Umbraco.Web.UI.Client/examples/ufm-custom-component/index.ts +++ b/src/Umbraco.Web.UI.Client/examples/ufm-custom-component/index.ts @@ -8,8 +8,7 @@ export const manifests: Array = [ api: () => import('./custom-ufm-component.js'), meta: { alias: 'myCustomComponent', - marker: '%', - alias: 'myCustomComponent', + marker: '%' }, }, ];