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 0a756f7 commit f93ae15Copy full SHA for f93ae15
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bravue",
3
- "version": "0.18.1",
+ "version": "0.18.3",
4
"private": true,
5
"scripts": {
6
"serve": "vue-cli-service serve",
src/components/table/EqtlCondTable.vue
@@ -127,6 +127,7 @@ export default {
127
headers: {
128
"Content-type": "application/json; charset=utf-8",
129
},
130
+ credentials: "include"
131
132
ajaxContentType: "json",
133
ajaxRequesting: () => {
src/components/table/EqtlTable.vue
@@ -95,6 +95,7 @@ export default {
95
96
97
98
99
100
101
0 commit comments