Skip to content

Commit 71c6981

Browse files
DataBlockUI not support MS block
1 parent 964dc4d commit 71c6981

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

webapp/src/resources.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,12 @@ export const blockTypes = {
107107
},
108108
name: "NMR",
109109
},
110-
ms: { description: "Mass Spectrometry", component: DataBlockUI, name: "Mass Spectrometry" },
110+
ms: {
111+
description: "Mass Spectrometry",
112+
component: DataBlockUI,
113+
properties: { bokehPlot: true },
114+
name: "Mass Spectrometry",
115+
},
111116
chat: {
112117
description: "Virtual assistant",
113118
component: DataBlockUI,

0 commit comments

Comments
 (0)