1
0
Fork 0

fix(shared): Handle list options input display in workbench

This commit is contained in:
Joost De Cock 2023-09-12 16:53:41 +02:00
parent bd4dc0ec66
commit aef9f095b5
3 changed files with 21 additions and 3 deletions

View file

@ -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,
}