Skip to content

Commit 4849a33

Browse files
author
Nil20
committed
chore: use icon for custom action modal
1 parent 4ba1f7c commit 4849a33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/client/src/v2-events/features/events/actions/quick-actions/useQuickActionModal.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ export function useCustomActionModal(event: EventIndex) {
251251
...customActionConfigBase,
252252
label: actionConfig.label,
253253
description: actionConfig.supportingCopy,
254-
fields: actionConfig.form
254+
fields: actionConfig.form,
255+
icon: actionConfig.icon
255256
}}
256257
/>
257258
))

0 commit comments

Comments
 (0)