File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 {% endblock %}
1010
1111 {% block javascripts %}
12- {{ vite_entry_script_tags(' admin' , { dependency : ' react' }) }}
12+ {{ vite_entry_script_tags(' admin' , {dependency : ' react' }) }}
1313 {% endblock %}
1414
1515 <script >
16- const DISPLAY_CONFIG = {{ config | raw }};
16+ const DISPLAY_CONFIG = {{ config | raw }};
1717 </script >
1818 </head >
1919 <body >
Original file line number Diff line number Diff line change 99 {% endblock %}
1010
1111 {% block javascripts %}
12- {{ vite_entry_script_tags(' client' , { dependency : ' react' }) }}
12+ {{ vite_entry_script_tags(' client' , {dependency : ' react' }) }}
1313 {% endblock %}
1414
1515 <script >
16- const DISPLAY_CONFIG = {{ config | raw }};
16+ const DISPLAY_CONFIG = {{ config | raw }};
1717 </script >
1818 </head >
1919 <body >
Original file line number Diff line number Diff line change 99 {% endblock %}
1010
1111 {% block javascripts %}
12- {{ vite_entry_script_tags(' template' , { dependency : ' react' }) }}
12+ {{ vite_entry_script_tags(' template' , {dependency : ' react' }) }}
1313 {% endblock %}
1414 </head >
1515 <body >
You can’t perform that action at this time.
0 commit comments