We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15d8f6 commit d34edd5Copy full SHA for d34edd5
packages/tdb-dashboard/src/components/AboutDataProduct.js
@@ -40,7 +40,7 @@ export const AboutDataProduct = ({dataProductDetails, setShowDeleteModal, setSho
40
const [healthText, setHealthText]=useState(false)
41
42
const getCloneUrl = () =>{
43
- return `${localSettings.server}${organization}/${organization}/${dataProduct}`
+ return `${localSettings.server.replace(/\/$/,'')}/${organization}/${organization}/${dataProduct}`
44
}
45
46
useEffect(() =>{
0 commit comments