diff --git a/src/Umbraco.Web.UI.Client/src/packages/content/content/global-components/content-workspace-property.element.ts b/src/Umbraco.Web.UI.Client/src/packages/content/content/global-components/content-workspace-property.element.ts index f033663468bf..a0b586e78d5e 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/content/content/global-components/content-workspace-property.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/content/content/global-components/content-workspace-property.element.ts @@ -115,7 +115,7 @@ export class UmbContentWorkspacePropertyElement extends UmbLitElement { this._workspaceContext.propertyWriteGuard.isPermittedForVariantAndProperty( propertyVariantId, this._propertyType, - propertyVariantId, + this._datasetVariantId, ), (write) => { this._writeable = write;