(inputParam)
| 487 | } |
| 488 | |
| 489 | const getTabValue = (inputParam) => { |
| 490 | return inputParam.tabs.findIndex((item) => item.name === data.inputs[`${inputParam.tabIdentifier}_${data.id}`]) >= 0 |
| 491 | ? inputParam.tabs.findIndex((item) => item.name === data.inputs[`${inputParam.tabIdentifier}_${data.id}`]) |
| 492 | : tabValue |
| 493 | } |
| 494 | |
| 495 | const onEditJSONClicked = (value, inputParam) => { |
| 496 | // Preset values if the field is format prompt values |