Skip to content

Commit

Permalink
chore(fix): InApp /docs redirect fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Madhan authored and Naveen Madhan committed Nov 2, 2024
1 parent 85324ca commit 714fc0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const WorkflowFloatingMenu: FC<IWorkflowFloatingMenuProps> = ({ className
<WorkflowFloatingMenuButton
Icon={IconOutlineNotifications}
tooltipLabel="View the In-app step documentation"
onClick={handleClick('inbox')}
onClick={handleClick('inApp')}
/>
<WorkflowFloatingMenuButton
Icon={IconOutlineEmail}
Expand Down

0 comments on commit 714fc0b

Please sign in to comment.