Skip to content

Commit 0a52b42

Browse files
committed
add copy
1 parent 2b666df commit 0a52b42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/tdb-dashboard/src/components/NoDataProductSelected.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const NoDataProductSelected = (props) => {
5454
const cloneSource= {
5555
label:dbName,
5656
comment:"please clone the db",
57-
remote_url: `${connection.apiURL()}${connection.dbURLFragment()}`
57+
remote_url: `${connection.dbURLFragment()}`
5858
}
5959
const success = await cloneDatabase(cloneSource,woqlClient.organization(),dbName,true)
6060
if(success){
@@ -63,7 +63,7 @@ export const NoDataProductSelected = (props) => {
6363

6464
}
6565

66-
return <main className="content w-100">
66+
/*return <main className="content w-100">
6767
<Container className="center-align col-md-10">
6868
<Card className="h-100">
6969
<Card.Body>
@@ -75,7 +75,7 @@ export const NoDataProductSelected = (props) => {
7575
</Card.Body>
7676
</Card>
7777
</Container>
78-
</main>
78+
</main>*/
7979

8080
/** COMMENT THE BELOW code FOR NOW, will put back once clone is fixed */
8181
return <main className="content w-100">

0 commit comments

Comments
 (0)