diff --git a/src/Umbraco.Web.UI.Client/src/packages/dictionary/entity-action/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/dictionary/entity-action/manifests.ts index 8b70942952..66c2670c34 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/dictionary/entity-action/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/dictionary/entity-action/manifests.ts @@ -8,7 +8,7 @@ export const manifests: Array = [ kind: 'default', alias: 'Umb.EntityAction.Dictionary.Create', name: 'Create Dictionary Entity Action', - weight: 600, + weight: 1200, api: () => import('./create/create.action.js'), forEntityTypes: [UMB_DICTIONARY_ENTITY_TYPE, UMB_DICTIONARY_ROOT_ENTITY_TYPE], meta: {