mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-04-03 14:37:29 +02:00
Second onclick pass
This commit is contained in:
@@ -119,13 +119,13 @@
|
||||
class="btn btn-primary"
|
||||
type="button"
|
||||
id="add-role-button"
|
||||
on:click|preventDefault={() => handleAddRole}>Add</button
|
||||
on:click|preventDefault={() => handleAddRole()}>Add</button
|
||||
>
|
||||
<button
|
||||
class="btn btn-danger"
|
||||
type="button"
|
||||
id="remove-role-button"
|
||||
on:click|preventDefault={() =>handleRemoveRole}>Remove</button
|
||||
on:click|preventDefault={() =>handleRemoveRole()}>Remove</button
|
||||
>
|
||||
</div>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user