fix(webhooks): make sure validation is re-triggered after selecting events when it was invalid the first time
This commit is contained in:
parent
cac2690fd6
commit
5ab58e6bda
|
|
@ -113,9 +113,7 @@ function getSelectedEventsArray() {
|
|||
|
||||
function validateSelectedEvents() {
|
||||
const events = getSelectedEventsArray()
|
||||
if (events.length === 0) {
|
||||
selectedEventsValid.value = false
|
||||
}
|
||||
selectedEventsValid.value = events.length > 0
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue