mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-12 09:12:18 +03:00
Fix boolean injection to graphiql.html template
This commit is contained in:
parent
9f8fd4346b
commit
f9ff320f48
|
@ -46,7 +46,7 @@ add "&raw" to the end of the URL within a browser.
|
|||
subscriptionPath: "{{subscription_path}}",
|
||||
{% endif %}
|
||||
{% if header_editor_enabled %}
|
||||
graphiqlHeaderEditorEnabled: "{{ graphiql_header_editor_enabled}}",
|
||||
graphiqlHeaderEditorEnabled: {{ graphiql_header_editor_enabled}},
|
||||
{% endif %}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user