Update src/packages/documents/documents/workspace/views/edit/document-workspace-view-edit.element.ts
This commit is contained in:
@@ -133,7 +133,7 @@ export class UmbDocumentWorkspaceViewEditElement
|
||||
(tab) => tab.name,
|
||||
(tab) => {
|
||||
const path = this._routerPath + '/tab/' + encodeFolderName(tab.name || '');
|
||||
return html`<uui-tab label=${tab.name ?? 'unnanmed'} .active=${path === this._activePath} href=${path}
|
||||
return html`<uui-tab label=${tab.name ?? 'Unnamed'} .active=${path === this._activePath} href=${path}
|
||||
>${tab.name}</uui-tab
|
||||
>`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user