chore: only show webhooks overview table when there are webhooks

This commit is contained in:
kolaente 2024-01-27 00:01:11 +01:00
parent 326bfb557a
commit 631b02d2ee
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

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