Fix creating channels

This commit is contained in:
wvffle 2022-11-15 23:28:13 +00:00 committed by Ciarán Ainsworth
parent 2eb6b0dd9b
commit 76a09d92a7
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@ const submit = async () => {
isLoading.value = false
}
defineExpose({
submit
})
</script>
<template>