align containerId names

This commit is contained in:
JesmoDev
2024-03-15 09:57:09 +01:00
parent 6ddcd5999f
commit 42bc3157be

View File

@@ -11,7 +11,7 @@ export class UmbMemberWorkspaceViewContentPropertiesElement extends UmbLitElemen
public get containerId(): string | null | undefined {
return this._propertyStructureHelper.getContainerId();
}
public set containerName(value: string | null | undefined) {
public set containerId(value: string | null | undefined) {
this._propertyStructureHelper.setContainerId(value);
}