cleanup after cherry-pick
This commit is contained in:
parent
1359daec67
commit
76b96242d3
7 changed files with 10 additions and 69 deletions
|
@ -1,6 +1,8 @@
|
|||
import { Difficulty } from 'shared/components/designs/difficulty.mjs'
|
||||
import { ListValue } from '../shared/values.mjs'
|
||||
|
||||
export const RendererSettingValue = ListValue
|
||||
export const InspectSettingValue = ListValue
|
||||
export const ControlSettingValue = ({ control }) => <Difficulty score={control} color="primary" />
|
||||
export const values = {
|
||||
renderer: ListValue,
|
||||
inspect: ListValue,
|
||||
control: ({ control }) => <Difficulty score={control} color="primary" />,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue