This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 75297f745c56b42e92551a449eaec72d4910cfca
Author: Øyvind Gjesdal <oyvind.gjes...@uib.no>
AuthorDate: Sun Jun 9 00:32:37 2024 +0200

    GH-1611: supply initial value for acceptHeaderGraph to requestConfig
---
 jena-fuseki2/jena-fuseki-ui/src/views/dataset/Query.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jena-fuseki2/jena-fuseki-ui/src/views/dataset/Query.vue 
b/jena-fuseki2/jena-fuseki-ui/src/views/dataset/Query.vue
index e44a843865..0b54a6826a 100644
--- a/jena-fuseki2/jena-fuseki-ui/src/views/dataset/Query.vue
+++ b/jena-fuseki2/jena-fuseki-ui/src/views/dataset/Query.vue
@@ -296,6 +296,7 @@ export default {
             showQueryButton: true,
             resizeable: true,
             requestConfig: {
+              acceptHeaderGraph : this.contentTypeGraph,
               endpoint: 
this.$fusekiService.getFusekiUrl(this.currentDatasetUrl)
             },
             createShareableLink: curriedCreateShareableLink

Reply via email to