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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user