Bugfixes:

- Loading screen on Github reconfiguration.
- Fix Github App name in case on space is in the name.
This commit is contained in:
Andras
2021-03-25 23:25:49 +01:00
parent 3162336fcc
commit 4e69c56bd3
3 changed files with 38 additions and 21 deletions

View File

@@ -38,7 +38,7 @@
</div>
{:else}
<button
class="button col-span-1 ml-2 bg-warmGray-800 hover:bg-warmGray-700 text-white"
class="button col-span-1 ml-2 bg-warmGray-800 hover:bg-warmGray-700 text-white py-2"
on:click="{modifyGithubAppConfig}">Add repositories on Github</button
>
{/if}