Files
btc-trading/src/api/dashboard/static/js/ui
DiTus 734a47df7d Fix temporal dead zone error in filter callback
Moved console.log outside filter callback to avoid accessing 'catalog' variable before it was initialized. The log statement was placed inside the filter callback which creates a temporal dead zone for the variable being assigned.
2026-02-25 22:46:56 +01:00
..