Set CurrentValue
arg to hidden
(#7552)
We changed the way `hidden`ness is determined in #7506. Fixes #7551 by making this one oddball command arg use that new explicit way.
This commit is contained in:
@ -917,6 +917,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
||||
inputType: 'text',
|
||||
required: false,
|
||||
skip: true,
|
||||
hidden: true,
|
||||
},
|
||||
namedValue: {
|
||||
inputType: 'kcl',
|
||||
|
Reference in New Issue
Block a user