diff --git a/app/components/InstrumentData.tsx b/app/components/InstrumentData.tsx index fa5d289..7b64b18 100644 --- a/app/components/InstrumentData.tsx +++ b/app/components/InstrumentData.tsx @@ -30,7 +30,7 @@ let lastUpdate: string = ""; export function InstrumentData({ instrumentName }: { instrumentName: string }) { const [showHiddenBlocks, setShowHiddenBlocks] = useState(false); - const CONFIG_DETAILS = "CS:BLOCKSERVER:GET_CURR_CONFIG_DETAILS"; + const CONFIG_DETAILS = "CS:BLOCKSERVER:WD_CONF_DETAILS"; const [instlist, setInstlist] = useState(null); const [currentInstrument, setCurrentInstrument] = useState( null,