fix: PreventDefault on a button, thats all
This commit is contained in:
parent
e622294b87
commit
8974de165f
@ -73,7 +73,9 @@
|
||||
class:hover:bg-orange-500={!loading}
|
||||
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}
|
||||
</div>
|
||||
<div class="grid grid-flow-row gap-2 px-10">
|
||||
|
Loading…
x
Reference in New Issue
Block a user