Skip to content

Commit

Permalink
fixed inconsistency in layout_editor
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshkansagra committed Dec 22, 2024
1 parent d5c356d commit bf1ed53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const MessageToolbox = ({ variantStyles = {}, ...props }) => {
},
link: {
label: 'Copy link',
id: 'copyLink',
id: 'link',
onClick: () => {},
iconName: 'link',
visible: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ const LayoutSetting = () => {
},
link: {
label: 'Copy link',
id: 'copyLink',
id: 'link',
onClick: () => addMessageSurfaceItem('link'),
iconName: 'link',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/views/Message/MessageToolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const MessageToolbox = ({
},
link: {
label: 'Copy link',
id: 'copyLink',
id: 'link',
onClick: () => handleCopyMessageLink(message),
iconName: 'link',
visible: true,
Expand Down

0 comments on commit bf1ed53

Please sign in to comment.