We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stringArrayIndexesType
1 parent 57b521e commit 3363860Copy full SHA for 3363860
App/reducers/options.js
@@ -39,7 +39,9 @@ const initialState = {
39
stringArrayThreshold: 0.75,
40
stringArrayThresholdEnabled: true,
41
42
- stringArrayIndexesType: STRING_ARRAY_INDEXES_TYPE_HEXADECIMAL_NUMBER,
+ stringArrayIndexesType: [
43
+ STRING_ARRAY_INDEXES_TYPE_HEXADECIMAL_NUMBER
44
+ ],
45
46
stringArrayIndexShift: true,
47
0 commit comments