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.
2 parents 7d04721 + 498edda commit bbb4e58Copy full SHA for bbb4e58
app/components/InstrumentData.tsx
@@ -30,7 +30,7 @@ let lastUpdate: string = "";
30
31
export function InstrumentData({ instrumentName }: { instrumentName: string }) {
32
const [showHiddenBlocks, setShowHiddenBlocks] = useState(false);
33
- const CONFIG_DETAILS = "CS:BLOCKSERVER:GET_CURR_CONFIG_DETAILS";
+ const CONFIG_DETAILS = "CS:BLOCKSERVER:WD_CONF_DETAILS";
34
const [instlist, setInstlist] = useState<instList | null>(null);
35
const [currentInstrument, setCurrentInstrument] = useState<Instrument | null>(
36
null,
0 commit comments