Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 89e6c19

Browse files
committed
move dictionary create action to top
1 parent 1c0d7a8 commit 89e6c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/dictionary/entity-action/manifests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const manifests: Array<UmbExtensionManifest> = [
88
kind: 'default',
99
alias: 'Umb.EntityAction.Dictionary.Create',
1010
name: 'Create Dictionary Entity Action',
11-
weight: 600,
11+
weight: 1200,
1212
api: () => import('./create/create.action.js'),
1313
forEntityTypes: [UMB_DICTIONARY_ENTITY_TYPE, UMB_DICTIONARY_ROOT_ENTITY_TYPE],
1414
meta: {

0 commit comments

Comments
 (0)