Files
btc-trading/src/api/dashboard
DiTus 07981e8602 Add debug logging for parameters rendering
Added console.log statements to debug why RSI band level parameters are not showing in the configuration panel.
This will help identify if:
1. meta.inputs is undefined or empty
2. The inputs array is being filtered out
3. The condition meta?.inputs && meta.inputs.length > 0 is false
2026-02-25 23:32:06 +01:00
..