Skip to content

Commit

Permalink
shelcia#116 isssue
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat162001 committed Jan 19, 2024
1 parent f72d0d0 commit 6814718
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/pages/dashboard/Collection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ const Collection = () => {
</Typography>
<Alert sx={{ mb: 2 }}>
<AlertTitle sx={{ fontWeight: 600 }}>API endpoint</AlertTitle>

<code>{`${BACKEND_URL}/resource/:endpoint`}</code>
// this above code might work
<CopyButton
sx={{ ml: 1 }}
disabled={isCopied ? true : false}
Expand Down

0 comments on commit 6814718

Please sign in to comment.