This commit is contained in:
Jesper Møller Jensen
2023-11-02 15:55:08 +13:00
parent 49f521e2dc
commit 06a306792a
2 changed files with 2 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ const workspaceViews: Array<ManifestWorkspaceEditorView> = [
meta: {
label: 'List View',
pathname: 'list-view',
icon: 'bug',
icon: 'document',
},
conditions: [
{
@@ -61,7 +61,7 @@ const workspaceViews: Array<ManifestWorkspaceEditorView> = [
meta: {
label: 'Permissions',
pathname: 'permissions',
icon: 'bug',
icon: 'document',
},
conditions: [
{

View File

@@ -45,7 +45,6 @@ export class UmbMediaTypeWorkspaceEditorElement extends UmbLitElement {
css`
#header {
display: flex;
padding: 0 var(--uui-size-layout-1);
gap: var(--uui-size-space-4);
width: 100%;
}