fix: pass context

This commit is contained in:
cha0s 2020-06-28 11:46:44 -05:00
parent c68c8f1ef9
commit 88d35a6e2b

View File

@ -42,6 +42,7 @@ const Literal = ({
}
</select>
<Value.Component
context={context}
onChange={onChange}
options={componentOptions}
type={actualType}