File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
src/packages/documents/document-blueprints/workspace Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,6 @@ export class UmbDocumentBlueprintWorkspaceContext
138
138
) ;
139
139
} ,
140
140
} ,
141
- {
142
- path : 'edit/null' ,
143
- component : ( ) => import ( './document-blueprint-root-workspace.element.js' ) ,
144
- } ,
145
141
{
146
142
path : 'edit/:unique' ,
147
143
component : ( ) => import ( './document-blueprint-workspace-editor.element.js' ) ,
Original file line number Diff line number Diff line change @@ -22,10 +22,9 @@ const workspace: ManifestWorkspace = {
22
22
23
23
const rootWorkspace : ManifestWorkspace = {
24
24
type : 'workspace' ,
25
- kind : 'routable' ,
26
25
alias : 'Umb.Workspace.DocumentBlueprint.Root' ,
27
26
name : 'Document Blueprint Root Workspace' ,
28
- api : ( ) => import ( './document-blueprint-workspace.context .js' ) ,
27
+ element : ( ) => import ( './document-blueprint-root- workspace.element .js' ) ,
29
28
meta : {
30
29
entityType : UMB_DOCUMENT_BLUEPRINT_ROOT_ENTITY_TYPE ,
31
30
} ,
You can’t perform that action at this time.
0 commit comments