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
|
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user