Skip to content

Commit 3363860

Browse files
committed
Fixed stringArrayIndexesType option initialization
1 parent 57b521e commit 3363860

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

App/reducers/options.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ const initialState = {
3939
stringArrayThreshold: 0.75,
4040
stringArrayThresholdEnabled: true,
4141

42-
stringArrayIndexesType: STRING_ARRAY_INDEXES_TYPE_HEXADECIMAL_NUMBER,
42+
stringArrayIndexesType: [
43+
STRING_ARRAY_INDEXES_TYPE_HEXADECIMAL_NUMBER
44+
],
4345

4446
stringArrayIndexShift: true,
4547

0 commit comments

Comments
 (0)