Got a lot farther with the use-case selection onboarding UI

This commit is contained in:
frikky
2022-01-13 00:00:19 +01:00
parent b2dafd6f28
commit ff4f4d6722
4 changed files with 193 additions and 33 deletions
+3 -4
View File
@@ -38,12 +38,11 @@ const Framework = (props) => {
alert.error("Failed loading: " + responseJson.reason)
} else {
alert.error("Failed to load framework for your org.")
}
} else {
setFrameworkLoaded(true)
setFrameworkData(responseJson)
}
setFrameworkLoaded(true)
setFrameworkData(responseJson)
})
.catch((error) => {
alert.error(error.toString());