Skip to content

Commit

Permalink
Merge pull request #417 from NFDI4Chem/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
NishaSharma14 authored Sep 1, 2022
2 parents 4922895 + 5c047b0 commit ee7252a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Study/Datasets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ export default {
if (this.study && this.selectedDataset) {
if (this.selectedDataset.dataset_photo_url == "") {
console.info("Saving spectra preview");
let iframe = window.frames.submissionNMRiumIframe;
let iframe = window.frames.datasetNMRiumIframe;
if (iframe) {
let data = {
type: "exportSpectraViewerAsBlob",
Expand Down

0 comments on commit ee7252a

Please sign in to comment.