Skip to content

Commit

Permalink
Corrected blockInfo computed property value
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCharmes authored and ml-evs committed Jun 19, 2024
1 parent 43764fb commit b4203b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/datablocks/MassSpecBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {
.bokeh_plot_data;
},
blockInfo() {
return this.$store.state.blocksInfos["tga"];
return this.$store.state.blocksInfos["ms"];
},
file_id: createComputedSetterForBlockField("file_id"),
},
Expand Down

0 comments on commit b4203b0

Please sign in to comment.