Merge pull request #1431 from umbraco/bugfix/members-content-view
BUGFIX: Member content view not rendering.
This commit is contained in:
@@ -11,7 +11,7 @@ export class UmbMemberWorkspaceViewContentPropertiesElement extends UmbLitElemen
|
|||||||
public get containerId(): string | null | undefined {
|
public get containerId(): string | null | undefined {
|
||||||
return this._propertyStructureHelper.getContainerId();
|
return this._propertyStructureHelper.getContainerId();
|
||||||
}
|
}
|
||||||
public set containerName(value: string | null | undefined) {
|
public set containerId(value: string | null | undefined) {
|
||||||
this._propertyStructureHelper.setContainerId(value);
|
this._propertyStructureHelper.setContainerId(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user