We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe6cdd commit 203bf72Copy full SHA for 203bf72
pgml-dashboard/templates/content/dashboard/panels/model.html
@@ -61,7 +61,7 @@ <h3><%= param %></h3>
61
var best_index = 0;
62
63
<% for (name, series) in model.search_results().unwrap().iter() { %>
64
- var <%= name %> = <%= series.to_string() %>;
+ var <%= name %> = <%- series.to_string() %>;
65
<% } %>
66
67
<% for (param, _) in model.search_params().iter() { %>
0 commit comments