Skip to content

Commit

Permalink
Update UnoapiConfiguration.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarts authored Sep 17, 2024
1 parent deb1f36 commit c18f08e
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,12 +334,16 @@
/>
</td>
<td>
<button @click.prevent="editWebhook(index)" style="display: inline-block;">
<woot-submit-button
:button-text="$t('INBOX_MGMT.ADD.WHATSAPP.TAB_NAME.TAB_WEBHOOK.EDIT')"
@click="editWebhook(index)" style="display: inline-block;"
<i class="fas fa-edit"></i>
</button>
<button @click.prevent="removeWebhook(index)" style="display: inline-block;">
/>
<woot-submit-button
:button-text="$t('INBOX_MGMT.ADD.WHATSAPP.TAB_NAME.TAB_WEBHOOK.DELETE')"
@click="removeWebhook(index)" style="display: inline-block;"
<i class="fas fa-trash"></i>
</button>
/>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit c18f08e

Please sign in to comment.