From daae6774e226f40592b42b14e7b00c32824cf745 Mon Sep 17 00:00:00 2001 From: Tomi Turtiainen <10324676+tomi@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:09:38 +0300 Subject: [PATCH] fix: Fix event name --- packages/editor-ui/src/event-bus/global-link-actions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/editor-ui/src/event-bus/global-link-actions.ts b/packages/editor-ui/src/event-bus/global-link-actions.ts index 849303edde011..11e482ffe7265 100644 --- a/packages/editor-ui/src/event-bus/global-link-actions.ts +++ b/packages/editor-ui/src/event-bus/global-link-actions.ts @@ -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();