Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(BlockPicker): fixes blockpicker input not working (#616)
setUpdatedValue on EditableInput had a check that checked props.label not being null in BlockPicker case label was undefined which caused the onChange to be called with and object instead of hex string.
- Loading branch information