Skip to content

Commit

Permalink
fix: use correct API for private tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
mbappai committed Sep 21, 2023
1 parent 869557f commit 4ed8209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/organizations/events/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ const{isLoading:isDeletingItem} = deleteData
function copyLink(selectedRecord:any){
navigator.clipboard.writeText('')
const eventId = selectedRecord.id
const marketplaceLink = `https://marketplace.staging.flexable.com/events/${eventId}`
const marketplaceLink = `https://marketplace.staging.flexabledats.com/events/${eventId}`
// Copy the text inside the text field
navigator.clipboard.writeText(marketplaceLink);
console.log(selectedRecord)
Expand Down

0 comments on commit 4ed8209

Please sign in to comment.