Skip to content

Commit

Permalink
Update DesignPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
beyackle committed Nov 5, 2020
1 parent d78cc66 commit e315fa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Composer/packages/client/src/pages/design/DesignPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ const DesignPage: React.FC<RouteComponentProps<{ dialogId: string; projectId: st
dialogId: props.dialogId,
trigger: triggerIndex,
},
onClick: () => navTo(projectId, dialogId, `${triggerIndex}`),
});
}

Expand Down

0 comments on commit e315fa6

Please sign in to comment.