File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2
2
"__dev_internal__enableLabwareCreator" : " Enable App Labware Creator" ,
3
3
"__dev_internal__enableRunNotes" : " Display Notes During a Protocol Run" ,
4
4
"__dev_internal__forceHttpPolling" : " Poll all network requests instead of using MQTT" ,
5
+ "__dev_internal__lpcRedesign" : " LPC Redesign" ,
5
6
"__dev_internal__protocolStats" : " Protocol Stats" ,
6
7
"__dev_internal__protocolTimeline" : " Protocol Timeline" ,
7
8
"__dev_internal__reactQueryDevtools" : " Enable React Query Devtools" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export const DEV_INTERNAL_FLAGS: DevInternalFlag[] = [
4
4
'forceHttpPolling' ,
5
5
'protocolStats' ,
6
6
'enableRunNotes' ,
7
+ 'lpcRedesign' ,
7
8
'protocolTimeline' ,
8
9
'enableLabwareCreator' ,
9
10
'reactQueryDevtools' ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export type DevInternalFlag =
12
12
| 'forceHttpPolling'
13
13
| 'protocolStats'
14
14
| 'enableRunNotes'
15
+ | 'lpcRedesign'
15
16
| 'protocolTimeline'
16
17
| 'enableLabwareCreator'
17
18
| 'reactQueryDevtools'
You can’t perform that action at this time.
0 commit comments