Skip to content

Commit

Permalink
Fix: picker to variable #24
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylooky2 committed May 31, 2024
1 parent 63cee62 commit f0929a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const optionPickerFactory = <Model extends VariableWithOptions | Variable
return (
<>
<div className="variable-link-wrapper">
{picker.multi ? (
{variable.multi ? (
<MultiOptionDropdown
values={variable.options}
onToggle={this.onToggleOption}
Expand Down

0 comments on commit f0929a8

Please sign in to comment.