fix import
This commit is contained in:
@@ -2,7 +2,11 @@ import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
|
||||
import { css, html, LitElement } from 'lit';
|
||||
import { customElement, property } from 'lit/decorators.js';
|
||||
import { UmbWorkspaceMediaContext } from './workspace-media.context';
|
||||
import type { ManifestWorkspaceAction, ManifestWorkspaceView, ManifestWorkspaceViewCollection } from '@umbraco-cms/models';
|
||||
import type {
|
||||
ManifestWorkspaceAction,
|
||||
ManifestWorkspaceView,
|
||||
ManifestWorkspaceViewCollection,
|
||||
} from '@umbraco-cms/models';
|
||||
import { umbExtensionsRegistry } from '@umbraco-cms/extensions-registry';
|
||||
import { UmbContextConsumerMixin, UmbContextProviderMixin } from '@umbraco-cms/context-api';
|
||||
|
||||
@@ -104,13 +108,14 @@ export class UmbWorkspaceMediaElement extends UmbContextConsumerMixin(UmbContext
|
||||
type: 'workspaceAction',
|
||||
alias: 'Umb.WorkspaceAction.Media.Save',
|
||||
name: 'Save Media Workspace Action',
|
||||
loader: () => import('../shared/actions/save/workspace-action-node-save.element'),
|
||||
loader: () =>
|
||||
import('src/backoffice/core/components/workspace/actions/save/workspace-action-node-save.element'),
|
||||
meta: {
|
||||
workspaces: ['Umb.Workspace.Media'],
|
||||
look: 'primary',
|
||||
color: 'positive'
|
||||
color: 'positive',
|
||||
},
|
||||
}
|
||||
},
|
||||
];
|
||||
|
||||
dashboards.forEach((dashboard) => {
|
||||
|
||||
Reference in New Issue
Block a user