Skip to content

Commit

Permalink
fix: fixed ArrayWidget in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Dec 28, 2021
1 parent 341bfaa commit ad43bbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,8 @@ const Sidebar = ({
});
}}
required={true}
value={subblock.input_values}
value={subblock.input_values ?? []}
creatable={true}
/>
)}

Expand Down

0 comments on commit ad43bbd

Please sign in to comment.