Fix nodeToEdit not having hidden: true on Shell

This commit is contained in:
Pierre Jacquier
2025-06-17 16:41:11 -04:00
parent 9ab00a449a
commit a0edee7393

View File

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