mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 20:49:32 +00:00
fix: PreventDefault on a button, thats all
This commit is contained in:
@@ -73,7 +73,9 @@
|
|||||||
class:hover:bg-orange-500={!loading}
|
class:hover:bg-orange-500={!loading}
|
||||||
disabled={loading}>{loading ? 'Saving...' : 'Save'}</button
|
disabled={loading}>{loading ? 'Saving...' : 'Save'}</button
|
||||||
>
|
>
|
||||||
<button on:click={() => installRepositories(source)}>Change GitHub App Settings</button>
|
<button on:click|preventDefault={() => installRepositories(source)}
|
||||||
|
>Change GitHub App Settings</button
|
||||||
|
>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<div class="grid grid-flow-row gap-2 px-10">
|
<div class="grid grid-flow-row gap-2 px-10">
|
||||||
|
|||||||
Reference in New Issue
Block a user