From 76a09d92a7e5077d9d88fa9df2e990b338f43838 Mon Sep 17 00:00:00 2001 From: wvffle Date: Tue, 15 Nov 2022 23:28:13 +0000 Subject: [PATCH] Fix creating channels --- front/src/components/audio/ChannelForm.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/src/components/audio/ChannelForm.vue b/front/src/components/audio/ChannelForm.vue index e46ce1037..6bc77225d 100644 --- a/front/src/components/audio/ChannelForm.vue +++ b/front/src/components/audio/ChannelForm.vue @@ -148,6 +148,10 @@ const submit = async () => { isLoading.value = false } + +defineExpose({ + submit +})