change(ui) - tracking options - data recording dropdown option order

This commit is contained in:
Shekar Siri 2023-03-06 18:10:15 +01:00
parent 2f27c5d5d3
commit 1a8d5c846d
2 changed files with 2 additions and 2 deletions

View file

@ -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 = {}

View file

@ -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 = {}