1
0
Fork 0

feat(shared): Better workbend nav. Closes #4272

This commit is contained in:
joostdecock 2023-06-15 09:23:49 +02:00
parent f2cc48039d
commit 7daad74964
18 changed files with 355 additions and 147 deletions

View file

@ -3,7 +3,5 @@ import { ListValue } from '../shared/values.mjs'
export const values = {
renderer: ListValue,
inspect: ListValue,
control: ({ control }) => <Difficulty score={control} color="primary" />,
view: ListValue,
}