updated api-call error-handling
This commit is contained in:
@@ -122,7 +122,7 @@ export default {
|
||||
if (store.state.id64 !== '' || store.state.vanityUrl !== '') {
|
||||
const resData = await GetUser(store, store.state.vanityUrl || store.state.id64)
|
||||
|
||||
if (resData) {
|
||||
if (resData !== null) {
|
||||
data.searchInput = ''
|
||||
document.activeElement.blur()
|
||||
|
||||
|
Reference in New Issue
Block a user