diff --git a/src/lib/commandBarConfigs/modelingCommandConfig.ts b/src/lib/commandBarConfigs/modelingCommandConfig.ts index c586d061d..fcf9a2541 100644 --- a/src/lib/commandBarConfigs/modelingCommandConfig.ts +++ b/src/lib/commandBarConfigs/modelingCommandConfig.ts @@ -785,7 +785,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig< displayName: 'Create parameter', description: 'Add a named constant to use in geometry', icon: 'make-variable', - status: 'development', needsReview: false, args: { value: { @@ -801,7 +800,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig< displayName: 'Edit parameter', description: 'Edit the value of a named constant', icon: 'make-variable', - status: 'development', needsReview: false, args: { nodeToEdit: {