We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c951f commit 58b0a55Copy full SHA for 58b0a55
src/packages/documents/documents/entity-actions/notifications/manifests.ts
@@ -9,6 +9,7 @@ const actionManifests: Array<ManifestEntityAction> = [
9
kind: 'default',
10
alias: 'Umb.EntityAction.Document.Notifications',
11
name: 'Notifications',
12
+ weight: 100,
13
api: () => import('./document-notifications.action.js'),
14
forEntityTypes: [UMB_DOCUMENT_ENTITY_TYPE],
15
meta: {
0 commit comments