* Removed nocodb image

* Quick fix for no installations
This commit is contained in:
Andras Bacsai
2021-06-10 11:55:02 +02:00
committed by GitHub
parent 53620f4b1a
commit 05e5d73556
3 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@
return false;
}
if (installations.length === 0) {
relogin = true;
loading.github = false;
return false;
}
$application.github.installation.id = installations[0].id;