Skip to content

Commit

Permalink
Add missing props
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Feb 8, 2024
1 parent ee06ff7 commit 8e871f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/ShareCanvasLinkDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const ShareCanvasLinkDialog = ({
(p) => (
<ShareButton
canvasLink={canvasLink}
key={p}
label={label}
provider={p}
thumbnailUrl={getPreviewUrl(250)}
Expand Down
2 changes: 1 addition & 1 deletion src/components/dialog/CopyToClipboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const CopyToClipboard = ({ onCopy, supported, t }) => {
return null;
}
return (
<InputAdornment>
<InputAdornment position="end">
<MiradorMenuButton
aria-label={t("canvasLink.copyToClipboard")}
edge="end"
Expand Down

0 comments on commit 8e871f2

Please sign in to comment.