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 242904e commit 4d8d188Copy full SHA for 4d8d188
app/views/maglev/editor/show.html.erb
@@ -20,7 +20,7 @@
20
window.customTranslations = <%= h editor_custom_translations.to_json.html_safe %>
21
window.sectionsContent = <%= h render(partial: 'maglev/api/sections_content/show', formats: :json, locals: { sections_content: maglev_page_sections }).html_safe %>
22
window.siteScopedSections = <%= h render(partial: 'maglev/api/sections_content/site_scoped_sections', formats: :json, locals: { site_scoped_sections: maglev_site_scoped_sections }).html_safe %>
23
- </script>
+ <% end %>
24
25
<%= vite_client_tag %>
26
<%= vite_javascript_tag 'editor' %>
0 commit comments