We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fce1e commit 5ead7e7Copy full SHA for 5ead7e7
web/src/components/DataObjectTable.vue
@@ -156,9 +156,9 @@ export default defineComponent({
156
'PolarityModeEnum',
157
);
158
if (polarityModePv) {
159
- omicsCopy.massSpecConfigPolarityMode = polarityModePv.text + ' mode';
+ omicsCopy.massSpecPolarityMode = polarityModePv.text + ' mode';
160
} else {
161
- omicsCopy.massSpecConfigPolarityMode = '';
+ omicsCopy.massSpecPolarityMode = '';
162
}
163
164
if (annotations.chromatography_configuration_id) {
0 commit comments