Skip to content

Commit

Permalink
fix: default value
Browse files Browse the repository at this point in the history
  • Loading branch information
haxxmaxx committed Jun 27, 2022
1 parent 92ac3fc commit 09c3357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/nucleus/src/components/listbox/ListBoxInline.jsx
Expand Up @@ -59,7 +59,7 @@ export default function ListBoxInline({ app, fieldIdentifier, stateName = '$', o
sortByState = 1,
scrollState = undefined,
setCount = undefined,
shouldConfirmOnBlur,
shouldConfirmOnBlur = undefined,
} = options;
let { frequencyMode, histogram = false } = options;

Expand Down

0 comments on commit 09c3357

Please sign in to comment.