add correct url to add language button

This commit is contained in:
Mads Rasmussen
2023-03-14 15:15:09 +01:00
parent 0cbf8ce65a
commit 06a2cdd3eb

View File

@@ -126,7 +126,7 @@ export class UmbLanguageRootWorkspaceElement extends UmbLitElement {
label="Add language"
look="outline"
color="default"
href="section/settings/language/create/root"></uui-button>
href="section/settings/workspace/language/create"></uui-button>
</div>
<!--- TODO: investigate if it's possible to use a collection component here --->
<umb-table .config=${this._tableConfig} .columns=${this._tableColumns} .items=${this._tableItems}></umb-table>