mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
Possible answers is object fix
This commit is contained in:
parent
33e8b3a49e
commit
5cabf0766f
4 changed files with 8 additions and 7 deletions
|
@ -70,7 +70,7 @@ const Infos = ({ onClick, renderOKButton }) => {
|
|||
|
||||
const fetchDbs = () => {
|
||||
return new Promise((resolve) => {
|
||||
fetch(`${constants.apiUrl}getdbs`, {
|
||||
fetch(`${constants.apiUrl}getDbs`, {
|
||||
credentials: 'include',
|
||||
})
|
||||
.then((resp) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue