chore: only show webhooks overview table when there are webhooks
This commit is contained in:
parent
326bfb557a
commit
631b02d2ee
@ -197,7 +197,7 @@ function validateSelectedEvents() {
|
||||
|
||||
<table
|
||||
class="table has-actions is-striped is-hoverable is-fullwidth"
|
||||
v-if="webhooks.length > 0"
|
||||
v-if="webhooks?.length > 0"
|
||||
>
|
||||
<thead>
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user