diff --git a/package.json b/package.json index 710e67c32..ae92a96ed 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components/Application/Configuration.svelte b/src/components/Application/Configuration.svelte index 398859d82..d57424cf1 100644 --- a/src/components/Application/Configuration.svelte +++ b/src/components/Application/Configuration.svelte @@ -68,7 +68,7 @@ return false; } if (installations.length === 0) { - relogin = true; + loading.github = false; return false; } $application.github.installation.id = installations[0].id; diff --git a/static/nocodb.png b/static/nocodb.png deleted file mode 100644 index dec31a6dd..000000000 Binary files a/static/nocodb.png and /dev/null differ