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 159a994 commit 0a756f7Copy full SHA for 0a756f7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bravue",
3
- "version": "0.18.0",
+ "version": "0.18.1",
4
"private": true,
5
"scripts": {
6
"serve": "vue-cli-service serve",
src/components/table/EqtlCondTable.vue
@@ -127,7 +127,6 @@ 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,7 +95,6 @@ export default {
95
96
97
98
99
100
101
0 commit comments