Skip to content

Commit aa5c58f

Browse files
committed
use reload
1 parent e6cc9cf commit aa5c58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/workspace/entity-detail/entity-detail-workspace-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ export abstract class UmbEntityDetailWorkspaceContextBase<
428428
// Ignore events from this workspace so we don't reload the data twice. Ex saving this workspace
429429
if (eventDiscriminator === this._workspaceEventDiscriminator) return;
430430

431-
this.load(this.getUnique()!);
431+
this.reload();
432432
};
433433

434434
public override destroy(): void {

0 commit comments

Comments
 (0)