Button fix
This commit is contained in:
@@ -783,8 +783,9 @@ async function handle_update__sponsorship({
|
||||
<!-- <div class="ae_warning">No additional contacts found!</div> -->
|
||||
{/if}
|
||||
|
||||
<div>
|
||||
<button
|
||||
class="btn {parent.buttonPositive} m-2"
|
||||
class="btn btn-sm {parent.buttonPositive} m-2"
|
||||
on:click={() => {
|
||||
console.log('*** Add contact button clicked ***');
|
||||
// if (!confirm('Are you sure you want to add a contact?')) {return false;}
|
||||
@@ -804,6 +805,7 @@ async function handle_update__sponsorship({
|
||||
<span class="fas fa-plus mx-1"></span>
|
||||
Add Contact
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
<!-- </section> -->
|
||||
@@ -1146,7 +1148,7 @@ async function handle_update__sponsorship({
|
||||
{/if}
|
||||
|
||||
<button
|
||||
class="btn {parent.buttonPositive} m-2"
|
||||
class="btn btn-sm {parent.buttonPositive} m-2"
|
||||
on:click={() => {
|
||||
console.log('*** Add guest button clicked ***');
|
||||
// if (!confirm('Are you sure you want to add a guest?')) {return false;}
|
||||
|
||||
Reference in New Issue
Block a user