chore: only show webhooks overview table when there are webhooks
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2024-01-27 00:00:31 +01:00
parent cd0149ef69
commit 326bfb557a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ function validateSelectedEvents() {
<table
class="table has-actions is-striped is-hoverable is-fullwidth"
v-if="webhooks"
v-if="webhooks.length > 0"
>
<thead>
<tr>