diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/settings/relation-types/workspace/manifests.ts b/src/Umbraco.Web.UI.Client/src/backoffice/settings/relation-types/workspace/manifests.ts index 3385e4bf1f..fc41bab4f9 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/settings/relation-types/workspace/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/settings/relation-types/workspace/manifests.ts @@ -17,7 +17,7 @@ const workspaceViews: Array = [ alias: 'Umb.WorkspaceView.RelationType.RelationType', name: 'Relation Type Workspace RelationType View', loader: () => import('./views/relation-type/relation-type-workspace-view-relation-type.element'), - weight: 90, + weight: 20, meta: { workspaces: ['Umb.Workspace.RelationType'], label: 'RelationType', @@ -30,7 +30,7 @@ const workspaceViews: Array = [ alias: 'Umb.WorkspaceView.RelationType.Relation', name: 'Relation Type Workspace Relation View', loader: () => import('./views/relation/workspace-view-relation-type-relation.element'), - weight: 90, + weight: 10, meta: { workspaces: ['Umb.Workspace.RelationType'], label: 'Relation',