diff --git a/packages/nc-gui-v2/components/webhook/Editor.vue b/packages/nc-gui-v2/components/webhook/Editor.vue
index f3875c50fc..dd6be9ac10 100644
--- a/packages/nc-gui-v2/components/webhook/Editor.vue
+++ b/packages/nc-gui-v2/components/webhook/Editor.vue
@@ -294,13 +294,25 @@ onMounted(() => {
v-model:value="formState.channels"
size="large"
:options="teamsChannels"
- placeholder="Select Microsoft Teams channels"
+ placeholder="Select Microsoft Teams channels"
+ :filter-option="filterOption"
+ />
+
+
+
+
+
+
+
- TODO: Discord
TODO: Mattermost
@@ -356,4 +368,4 @@ onMounted(() => {
-
+
\ No newline at end of file