align order of arguments

This commit is contained in:
Niels Lyngsø
2024-08-06 14:35:45 +02:00
parent c95f0a6640
commit 9a71981fd5

View File

@@ -604,8 +604,8 @@ export class UmbDocumentWorkspaceContext
const eventContext = await this.getContext(UMB_ACTION_EVENT_CONTEXT);
const event = new UmbRequestReloadStructureForEntityEvent({
unique: this.getUnique()!,
entityType: this.getEntityType(),
unique: this.getUnique()!,
});
eventContext.dispatchEvent(event);