change(ui) - tracking options - data recording dropdown option order
This commit is contained in:
parent
2f27c5d5d3
commit
1a8d5c846d
2 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ import Highlight from 'react-highlight';
|
|||
|
||||
const inputModeOptions = [
|
||||
{ label: 'Record all inputs', value: 'plain' },
|
||||
{ label: 'Ignore all inputs', value: 'obscured' },
|
||||
{ label: 'Obscure all inputs', value: 'hidden' },
|
||||
{ label: 'Ignore all inputs', value: 'obscured' },
|
||||
];
|
||||
|
||||
const inputModeOptionsMap: any = {}
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ import CodeSnippet from '../../CodeSnippet';
|
|||
|
||||
const inputModeOptions = [
|
||||
{ label: 'Record all inputs', value: 'plain' },
|
||||
{ label: 'Ignore all inputs', value: 'obscured' },
|
||||
{ label: 'Obscure all inputs', value: 'hidden' },
|
||||
{ label: 'Ignore all inputs', value: 'obscured' },
|
||||
];
|
||||
|
||||
const inputModeOptionsMap = {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue