Added a default organization with migration

This commit is contained in:
frikky
2020-10-10 11:42:33 +02:00
parent afc0117423
commit acf2a2e919
5 changed files with 371 additions and 59 deletions
+1 -2
View File
@@ -123,8 +123,7 @@ const Settings = (props) => {
return response.json()
})
.then((responseJson) => {
console.log(responseJson)
.then((responseJson) => {
setUserSettings(responseJson)
})
.catch(error => {