fix(shared): Handle list options input display in workbench
This commit is contained in:
parent
bd4dc0ec66
commit
aef9f095b5
3 changed files with 21 additions and 3 deletions
|
@ -37,7 +37,7 @@ export const inputs = {
|
|||
constant: ConstantInput,
|
||||
count: (props) => <SliderInput {...props} config={{ ...props.config, step: 1 }} />,
|
||||
deg: DegInput,
|
||||
list: ListInput,
|
||||
list: (props) => <ListInput {...props} isDesignOption />,
|
||||
mm: () => <span>FIXME: Mm options are deprecated. Please report this </span>,
|
||||
pct: PctOptionInput,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue