Update media-table-collection-view.element.ts
This commit is contained in:
@@ -12,12 +12,11 @@ import type {
|
||||
} from '@umbraco-cms/backoffice/components';
|
||||
import { UmbDefaultCollectionContext, UMB_DEFAULT_COLLECTION_CONTEXT } from '@umbraco-cms/backoffice/collection';
|
||||
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
|
||||
import { UmbEntityTreeItemModel } from '@umbraco-cms/backoffice/tree';
|
||||
|
||||
@customElement('umb-media-table-collection-view')
|
||||
export class UmbMediaTableCollectionViewElement extends UmbLitElement {
|
||||
@state()
|
||||
private _mediaItems?: Array<UmbEntityTreeItemModel>;
|
||||
private _mediaItems?: Array<UmbMediaDetailModel>;
|
||||
|
||||
@state()
|
||||
private _tableConfig: UmbTableConfig = {
|
||||
|
||||
Reference in New Issue
Block a user