move dictionary create action to top

This commit is contained in:
Niels Lyngsø
2024-11-07 14:01:11 +01:00
parent 6cc417580a
commit a2d449de95

View File

@@ -8,7 +8,7 @@ export const manifests: Array<UmbExtensionManifest> = [
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: {