mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2026-04-28 19:27:37 +02:00
Possible answers is object fix
This commit is contained in:
+1
-1
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user