Skip to content

Commit

Permalink
The link inside FIle Server Info Section is clickable now
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-mony committed Oct 20, 2020
1 parent d93f9e5 commit b5fda01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/components/Paper/FileServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ const FileServerInfo = ({ fileserverpath, defaultOpen, editor }) => {
editor={editor}
>
<Box my={1}>
<LabelValue label="File Server Path" value={fileserverpath} />
<LabelValue
label="File Server Path"
value={fileserverpath}
link={fileserverpath}
/>
</Box>
</Drawer>
);
Expand Down

0 comments on commit b5fda01

Please sign in to comment.