Skip to content

Commit f2c85f5

Browse files
committed
elctron does not support prompt
1 parent 51865ad commit f2c85f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/project/output/output.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ class Output extends Component<OutputProperties, OutputState> {
330330
console.log(json);
331331
const { datamart_get_url, description } = json;
332332
if (datamart_get_url !== undefined) {
333-
// alert("Success! To download the data in canonical format use this url:\n" + datamart_get_url)
334-
prompt('Success! Use this url to download the data in canonical format:', datamart_get_url)
333+
alert("Success! To download the data in canonical format use this url:\n" + datamart_get_url)
334+
// prompt('Success! Use this url to download the data in canonical format:', datamart_get_url)
335335
} else {
336336
alert("Failed to load to Datamart\nError: " + description)
337337
}

0 commit comments

Comments
 (0)