Skip to content

Commit 498edda

Browse files
authored
use new wd pv from blockserver
1 parent 7d04721 commit 498edda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/InstrumentData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let lastUpdate: string = "";
3030

3131
export function InstrumentData({ instrumentName }: { instrumentName: string }) {
3232
const [showHiddenBlocks, setShowHiddenBlocks] = useState(false);
33-
const CONFIG_DETAILS = "CS:BLOCKSERVER:GET_CURR_CONFIG_DETAILS";
33+
const CONFIG_DETAILS = "CS:BLOCKSERVER:WD_CONF_DETAILS";
3434
const [instlist, setInstlist] = useState<instList | null>(null);
3535
const [currentInstrument, setCurrentInstrument] = useState<Instrument | null>(
3636
null,

0 commit comments

Comments
 (0)