Added return

This commit is contained in:
MatteoBiscosi 2022-09-08 17:21:05 +02:00
parent f9c317387d
commit a029170420

View file

@ -342,6 +342,7 @@ function graph_utils.drawGraphs(ifid, schema, tags, zoomLevel, baseurl, selected
if render_new_chart and render_new_chart == true then
local template_utils = require "template_utils"
template_utils.render("pages/components/historical_interface.template", {})
return
end
graph_utils.drawProGraph(ifid, schema, tags, zoomLevel, baseurl, options, show_graph)