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:
Frank Noirot
2025-06-20 15:07:05 -04:00
committed by GitHub
parent 53d6613d0d
commit 4b95980e9e

View File

@ -917,6 +917,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
inputType: 'text',
required: false,
skip: true,
hidden: true,
},
namedValue: {
inputType: 'kcl',