exports
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { UmbReloadTreeItemChildrenEntityAction } from './reload-tree-item-children.action.js';
|
||||
import type { UmbBackofficeManifestKind } from '@umbraco-cms/backoffice/extension-registry';
|
||||
|
||||
export const manifest: UmbBackofficeManifestKind = {
|
||||
@@ -9,7 +8,7 @@ export const manifest: UmbBackofficeManifestKind = {
|
||||
manifest: {
|
||||
type: 'entityAction',
|
||||
kind: 'reloadTreeItemChildren',
|
||||
api: UmbReloadTreeItemChildrenEntityAction,
|
||||
api: () => import('./reload-tree-item-children.action.js'),
|
||||
weight: 100,
|
||||
forEntityTypes: [],
|
||||
meta: {
|
||||
|
||||
@@ -23,3 +23,4 @@ export class UmbReloadTreeItemChildrenEntityAction extends UmbEntityActionBase<M
|
||||
|
||||
destroy(): void {}
|
||||
}
|
||||
export default UmbReloadTreeItemChildrenEntityAction;
|
||||
|
||||
Reference in New Issue
Block a user