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 3
3
"__dev_internal__protocolStats" : " Protocol Stats" ,
4
4
"__dev_internal__enableRunNotes" : " Display Notes During a Protocol Run" ,
5
5
"__dev_internal__enableQuickTransfer" : " Enable Quick Transfer" ,
6
+ "__dev_internal__enableCsvFile" : " Enable CSV File" ,
6
7
"add_folder_button" : " Add labware source folder" ,
7
8
"add_ip_button" : " Add" ,
8
9
"add_ip_error" : " Enter an IP Address or Hostname" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export const DEV_INTERNAL_FLAGS: DevInternalFlag[] = [
5
5
'protocolStats' ,
6
6
'enableRunNotes' ,
7
7
'enableQuickTransfer' ,
8
+ 'enableCsvFile' ,
8
9
]
9
10
10
11
// action type constants
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export type DevInternalFlag =
12
12
| 'protocolStats'
13
13
| 'enableRunNotes'
14
14
| 'enableQuickTransfer'
15
+ | 'enableCsvFile'
15
16
16
17
export type FeatureFlags = Partial < Record < DevInternalFlag , boolean | undefined > >
17
18
You can’t perform that action at this time.
0 commit comments