Skip to content

Commit 546b4cf

Browse files
committedFeb 19, 2024
fix typo in area
1 parent 8d3f394 commit 546b4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/office/src/lib/client/clientApi/officeManager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class OfficeManager {
112112
} catch {
113113
sendBehaviorEvent(
114114
'Sync diagrams failed', {
115-
area: 'insert-diagram',
115+
area: 'sync-diagrams',
116116
eventID: `SYNC_DIAGRAM_${this.host.toString().toUpperCase()}`
117117
});
118118
showUserMessage(

0 commit comments

Comments
 (0)
Failed to load comments.