Possible answers is object fix

This commit is contained in:
mrfry 2021-03-29 15:17:21 +02:00
parent 33e8b3a49e
commit 5cabf0766f
4 changed files with 8 additions and 7 deletions

View file

@ -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) => {