diff --git a/src/api/dashboard/static/js/ui/indicators-panel-new.js b/src/api/dashboard/static/js/ui/indicators-panel-new.js index 91c552d..95aab20 100644 --- a/src/api/dashboard/static/js/ui/indicators-panel-new.js +++ b/src/api/dashboard/static/js/ui/indicators-panel-new.js @@ -858,10 +858,7 @@ export function drawIndicatorsOnChart() { } // Export functions for module access -export const addIndicator = addIndicator; -export const removeIndicatorById = removeIndicatorById; -export const removeIndicatorByIndexFunction = removeIndicatorByIndex; -const removeIndicatorByIndex = removeIndicatorByIndex; +export { addIndicator, removeIndicatorById, removeIndicatorByIndex }; // Legacy compatibility functions window.renderIndicatorList = renderIndicatorPanel;