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 77fa4a4 commit 1520316Copy full SHA for 1520316
services/frontend/components/graphql/request/Tab.vue
@@ -55,7 +55,7 @@ const emit = defineEmits({
55
const formatDOIs = computed(() => {
56
const doisValue = props.dois;
57
const doisSplitted = doisValue.split(',');
58
- return `"${doisSplitted.join('", "')}"`;
+ return `"${doisSplitted.join('", "').trim()}"`;
59
});
60
61
function parseUnpaywallAttributesToGraphqlAttributes(args) {
0 commit comments