Update frontend/src/components/upload/modals/showCompletedUploadModal.tsx
Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
@@ -55,7 +55,7 @@ const Body = ({ share, appUrl }: { share: Share; appUrl: string }) => {
|
|||||||
rightSection={
|
rightSection={
|
||||||
window.isSecureContext && (
|
window.isSecureContext && (
|
||||||
<ActionIcon onClick={copyLink}>
|
<ActionIcon onClick={copyLink}>
|
||||||
{checkState ? <TbChecks /> : <TbCopy />}
|
{checkState ? <TbCheck /> : <TbCopy />}
|
||||||
</ActionIcon>
|
</ActionIcon>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user