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',
|
inputType: 'text',
|
||||||
required: false,
|
required: false,
|
||||||
skip: true,
|
skip: true,
|
||||||
|
hidden: true,
|
||||||
},
|
},
|
||||||
namedValue: {
|
namedValue: {
|
||||||
inputType: 'kcl',
|
inputType: 'kcl',
|
||||||
|
Reference in New Issue
Block a user