Skip to content

Commit

Permalink
fix: Fix event name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi committed Aug 19, 2024
1 parent 89006ab commit c49c6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/editor-ui/src/event-bus/global-link-actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type RegisterCustomActionOpts = {

export interface GlobalLinkActionsEventBusEvents {
/** See useGlobalLinkActions.ts */
registerCustomAction: RegisterCustomActionOpts;
registerGlobalLinkAction: RegisterCustomActionOpts;
}

export const globalLinkActionsEventBus = createEventBus();
export const globalLinkActionsEventBus = createEventBus<GlobalLinkActionsEventBusEvents>();

0 comments on commit c49c6a6

Please sign in to comment.