* 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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "coolify",
"description": "An open-source, hassle-free, self-hostable Heroku & Netlify alternative.",
"version": "1.0.17",
"version": "1.0.18",
"license": "AGPL-3.0",
"scripts": {
"dev:docker:start": "docker-compose -f docker-compose-dev.yml up -d",

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;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB