Update src/backoffice/settings/languages/workspace/language-root/language-root-table-name-column-layout.element.ts

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
This commit is contained in:
JesmoDev
2023-01-26 02:29:17 +01:00
committed by GitHub
parent f614b35564
commit 2ef8df29fc

View File

@@ -7,7 +7,7 @@ export class UmbLanguageRootTableNameColumnLayoutElement extends LitElement {
static styles = [UUITextStyles, css``];
@property({ attribute: false })
value!: any;
value!: { key: string, name: string };
render() {
if (!this.value) return nothing;